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:
Rotimi Ade
2015-09-24 18:48:08 -06:00
parent d1baa3081d
commit 5808c0f8d4

View File

@@ -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
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
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]
[1]: https://www.owasp.org/
[2]: https://www.owasp.org/index.php/Guide_Table_of_Contents
[3]: http://phpsecurity.readthedocs.org/en/latest/index.html