Skip to content

Commit

Permalink
Merge pull request #191 from tvthu/patch-1
Browse files Browse the repository at this point in the history
Update URL of Magento Coding Standard repo
  • Loading branch information
jeff-matthews authored Sep 18, 2023
2 parents 97c0657 + 2bcf7a5 commit f039146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/best-practices/extensions/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You should make sure that your extension handles data with care in order to prev

The Adobe Commerce and Magento Open Source applications are made up of a variety of components that work together to perform different business functions. We discourage the use of low-level functionality such as the PHP `curl_*` functions and encourage the use of high-level components such as [`\Magento\Framework\HTTP\Adapter\Curl`](https://github.com/magento/magento2/blob/2.4/lib/internal/Magento/Framework/HTTP/Adapter/Curl.php). The use of low-level functionality can make the applications behave in unexpected ways that effectively disable built-in protection mechanisms, introduce exploitable inconsistencies, or otherwise expose the application to attack.

For a list of discouraged low-level functions, review the [`Magento2/Sniffs/Functions/DiscouragedFunctionSniff.php`](https://github.com/magento/magento-coding-standard/blob/develop/Magento2/Sniffs/Functions/DiscouragedFunctionSniff.php) file and the [Coding Standard](https://github.com/magento/-coding-standard).
For a list of discouraged low-level functions, review the [`Magento2/Sniffs/Functions/DiscouragedFunctionSniff.php`](https://github.com/magento/magento-coding-standard/blob/develop/Magento2/Sniffs/Functions/DiscouragedFunctionSniff.php) file and the [Coding Standard](https://github.com/magento/magento-coding-standard).

## Use wrappers instead of superglobal variables

Expand Down

0 comments on commit f039146

Please sign in to comment.