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
(Methodology)
(Examples by Vulnerability)
Line 59: Line 59:
 
#[[Reviewing Code for Authorization Issues]]
 
#[[Reviewing Code for Authorization Issues]]
 
#[[Reviewing Code for Authentication]]
 
#[[Reviewing Code for Authentication]]
#[[Session Integrity]]
+
#[[Reviewing Code for Session Integrity issues]]
#[[Reviewing Code for Cross Site Request Forgery]]
 
 
#[[Reviewing Cryptographic Code]]
 
#[[Reviewing Cryptographic Code]]
#[[Dangerous HTTP Methods]]
+
#[[Reviewing Code deployment: Dangerous HTTP Methods]]
 
#[[Reviewing Code for Race Conditions]]
 
#[[Reviewing Code for Race Conditions]]
  

Revision as of 10:16, 15 March 2007


Chapters Assigned

Foreword by OWASP Chair

1. Frontispiece

1.1 About the OWASP Code Review Project

Copyright

Editors

Authors and Reviewers

Revision History

Trademarks

1.2 About The Open Web Application Security Project

Overview

Structure

Licensing

Participation and Membership

Projects

OWASP Privacy Policy


Guide History

Long long ago...

Methodology

  1. Introduction
  2. Steps and Roles
  3. Code Review Processes
  4. Transaction Analysis

Design review

  1. Designing for security

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 XSS issues
  6. Reviewing code for CSRF issues
  7. Reviewing Code for Error Handling
  8. Reviewing Code for Logging Issues
  9. Reviewing The Secure Code Environment
  10. Reviewing Code for Authorization Issues
  11. Reviewing Code for Authentication
  12. Reviewing Code for Session Integrity issues
  13. Reviewing Cryptographic Code
  14. Reviewing Code deployment: Dangerous HTTP Methods
  15. Reviewing Code for Race Conditions

Language specific best practice

Java

  1. Java overview
  2. Java applet code review
  3. Java server (J2EE) code review

.NET

PHP

C

  1. Memory management
  2. String management
  3. Secure access to file system items

RUBY

Automating Code Reviews

  1. Preface
  2. Reasons for using automated tools
  3. Education and cultural change
  4. Tool Deployment Model
  5. Code Auditor Workbench Tool

References