Merge pull request #594 from rotexdegba/patch-1

Update 10-02-01-Web-Application-Security.md
This commit is contained in:
Josh Lockhart
2015-09-30 18:31:02 -04:00

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 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