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)
Line 31: Line 31:
  
 
==Code Reviews and PCI DSS==
 
==Code Reviews and PCI DSS==
#[[Code Reviews and compliance]]
+
#[[Code Reviews and Compliance]]
  
 
==Examples by technical control==
 
==Examples by technical control==

Revision as of 13:52, 16 January 2009


Foreword by OWASP Chair

1. Frontispiece

1.1 About the OWASP Code Review Project


1.2 About The Open Web Application Security Project


Guide History

Code Review Guide History

Methodology

Crawling Code

  1. Crawling Code
  2. Searching for Code in J2EE/Java
  3. Searching for Code in Classic ASP
  4. JavaScript/Web 2.0 Keywords and Pointers

Code Reviews and PCI DSS

  1. Code Reviews and Compliance

Examples by technical control

  1. Authentication
  2. Authorization
  3. Session Management
  4. Input Validation
  5. Error Handling
  6. Secure Deployment
  7. Cryptographic controls

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