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
Jump to: navigation, search
Line 1: Line 1:
==[[Code Review Introduction|Introduction]] ==
+
==Methodology==
==[[Steps and Roles]]==
+
NOTE: These three 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.
==[[Code Review Processes]]==
+
 
 +
#[[Code Review Introduction|Introduction]]
 +
#[[Steps and Roles]]
 +
#[[Code Review Processes]]
 
==Checklists==
 
==Checklists==
 
#[[Buffer Overruns and Overflows|Buffer Overruns and Overflows]]
 
#[[Buffer Overruns and Overflows|Buffer Overruns and Overflows]]

Revision as of 23:26, 29 June 2006

Methodology

NOTE: These three 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.

  1. Introduction
  2. Steps and Roles
  3. Code Review Processes

Checklists

  1. Buffer Overruns and Overflows
  2. OS Injection
  3. SQL Injection
  4. Data Validation
  5. Error Handling
  6. The Secure Code Environment
  7. Transaction Analysis

Automating Code Reviews

References