14Feb/100
Found: Nice OWASP Top 10 Cheat Sheet
I discovered this very useful, developer-centric cheat sheet for the OWASP Top 10 for 2010 (go directly to the pdf). It's nice and concise and gets straight to the simplest code fixes that will work. Memorize it and your code will be better than it was before. Better, stronger, faster...
Here's the current OWASP 2010 Top 10 list (this is release candidate 1, so it could change):
- Injection
- Cross Site Scripting (XSS)
- Broken Authentication and Session Management
- Insecure Direct Object References
- Cross Site Request Forgery (CSRF)
- Security Misconfiguration
- Failure to Restrict URL Access
- Unvalidated Redirects and Forwards
- Insecure Cryptographic Storage
- Insufficient Transport Layer Protection
If you are a developer and you don't know what some of these security risks are
and how to avoid them in your code, then you should be reading this: OWASP Top 10 2010 RC1 (pdf).

