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
(Code Reviews and PCI DSS)
(Examples by technical control)
Line 31: Line 31:
  
 
==Examples by technical control==
 
==Examples by technical control==
#[[Codereview-Authentication|Authentication]]
+
* [[Codereview-Authentication|Authentication]]
#[[Codereview-Authorization|Authorization]]
+
* [[Codereview-Authorization|Authorization]]
#[[Codereview-Session-Management|Session Management]]
+
* [[Codereview-Session-Management|Session Management]]
#[[Codereview-Input Validation|Input Validation]]
+
* [[Codereview-Input Validation|Input Validation]]
#[[Codereview-Error-Handling|Error Handling]]
+
* [[Codereview-Error-Handling|Error Handling]]
#[[Codereview-Deployment|Secure Deployment]]
+
* [[Codereview-Deployment|Secure Deployment]]
#[[Codereview-Cryptography|Cryptographic controls]]
+
* [[Codereview-Cryptography|Cryptographic controls]]
  
 
==Examples by vulnerability==
 
==Examples by vulnerability==

Revision as of 22:01, 19 January 2009


Foreword by OWASP Chair

Frontispiece

Guide History

Code Review Guide History

Methodology

Crawling Code

Code Reviews and PCI DSS

Examples by technical control

Examples by vulnerability

  1. Reviewing Code for Buffer Overruns and Overflows
  2. Reviewing Code for OS Injection
  3. Reviewing Code for SQL Injection
  4. Reviewing Code for Data Validation
  5. Reviewing Code for Cross-site scripting
  6. Reviewing code for Cross-Site Request Forgery issues
  7. Reviewing Code for Logging Issues
  8. Reviewing Code for Session Integrity issues
  9. Reviewing Code for Race Conditions

Language specific best practice

Java

Classic ASP

PHP

C/C++

MySQL

Rich Internet Applications

Example reports

  1. How to Write an Application Code Review Finding

Automating Code Reviews

  1. Automated Code Review
  2. Tool Deployment Model
  3. Code Auditor Workbench Tool
  4. The Owasp Orizon Framework

The Owasp Code Review Top 9

The Owasp Code Review Scoring System

References