Security Vulnerabilities
I lean on the OWASP list heavily. http://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project
This analysis is handy also: http://www.cenzic.com/downloads/Cenzic_AppSecTrends_Q1-Q2-2009.pdf
The point is that most of the vulnerabilities are pretty clear.
- Injection flaws: SQL, OS, and LDAP injection. Pretty clear that building SQL …