My Top Two PHP Security Practices
Security is not a simple topic, but I think there is a great deal of value to be had in simplistic summaries of secure programming practices. Like an organization's mission statement, they provide a broad perspective that helps to keep you on track while you focus on the details. It is with this in mind that I have decided to promote my Top Two PHP Security Practices, expressed in four words:
- Filter input
- Escape output
These are practices that I've been promoting for years, but this is the first time that I've reduced them to such a simplistic list.
I believe that a failure to properly abide by these two practices accounts for a vast majority of all PHP application vulnerabilities. In fact, I am offering a challenge. I believe that at least four of the next five vulnerabilities announced on php|architect's PHP security mailing list will be due to a failure to properly abide by one (or both) of these practices. If I am wrong, I will donate one hundred dollars to the Open Web Application Security Project.
Update: Thanks to Adam's suggestion, I've reduced these practices to two words each.





12 Comments
1.
Rob Allen said:
2.
Adam Trachtenberg said:
3.
Chris Shiflett said:
4.
Robert said:
5.
Robert said:
6.
Chris Shiflett said:
7.
Robert said:
8.
Pure-PHP said:
9.
Chris Shiflett said:
10.
Hossein said:
11.
Chris Shiflett said:
12.
llinear said: