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
Revision as of 22:01, 19 January 2009 by KirstenS (talk | contribs) (Examples by technical control)

Jump to: navigation, search


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