This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
OWASP Code Review Guide Table of Contents
From OWASP
Methodology
NOTE: The following two sections seem to describe quality code review processes, not specifically focused on security. Security code reviews are somewhat different as they require an understanding of the threat model.
Checklists
- Buffer Overruns and Overflows
- OS Injection
- SQL Injection
- Data Validation
- Error Handling
- The Secure Code Environment
- Transaction Analysis