mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-12 08:43:58 +02:00
Update 10-02-01-Web-Application-Security.md
Added http://phpsecurity.readthedocs.org/en/latest/index.html to the Web Application Security section.
This commit is contained in:
@@ -8,10 +8,11 @@ anchor: web_application_security
|
|||||||
There are bad people ready and willing to exploit your web application. It is important that you take necessary
|
There are bad people ready and willing to exploit your web application. It is important that you take necessary
|
||||||
precautions to harden your web application's security. Luckily, the fine folks at
|
precautions to harden your web application's security. Luckily, the fine folks at
|
||||||
[The Open Web Application Security Project][1] (OWASP) have compiled a comprehensive list of known security issues and
|
[The Open Web Application Security Project][1] (OWASP) have compiled a comprehensive list of known security issues and
|
||||||
methods to protect yourself against them. This is a must read for the security-conscious developer.
|
methods to protect yourself against them. This is a must read for the security-conscious developer. [Survive The Deep End: PHP Security][3] by Padraic Brady is also another good web application security guide for PHP.
|
||||||
|
|
||||||
* [Read the OWASP Security Guide][2]
|
* [Read the OWASP Security Guide][2]
|
||||||
|
|
||||||
|
|
||||||
[1]: https://www.owasp.org/
|
[1]: https://www.owasp.org/
|
||||||
[2]: https://www.owasp.org/index.php/Guide_Table_of_Contents
|
[2]: https://www.owasp.org/index.php/Guide_Table_of_Contents
|
||||||
|
[3]: http://phpsecurity.readthedocs.org/en/latest/index.html
|
||||||
|
Reference in New Issue
Block a user