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
Difference between revisions of "OWASP Code Review Guide Table of Contents"
From OWASP
Line 1: | Line 1: | ||
==Methodology== | ==Methodology== | ||
− | |||
#[[Code Review Introduction|Introduction]] | #[[Code Review Introduction|Introduction]] | ||
+ | |||
+ | 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. | ||
+ | |||
#[[Steps and Roles]] | #[[Steps and Roles]] | ||
#[[Code Review Processes]] | #[[Code Review Processes]] |
Revision as of 23:27, 29 June 2006
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