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
(Title case: "Reviewing code for Cross-Site Request Forgery isues" -> "Reviewing Code for Cross-Site Request Forgery", also relinking to an article reflecting the new name.) |
("Reviewing Code for Session Integrity issues" -> "Reviewing Code for Session Integrity", like the other section titles of the Code Review Guide) |
||
Line 47: | Line 47: | ||
* [[Reviewing Code for Cross-Site Request Forgery]] | * [[Reviewing Code for Cross-Site Request Forgery]] | ||
* [[Reviewing Code for Logging Issues]] | * [[Reviewing Code for Logging Issues]] | ||
− | * [[Reviewing Code for Session Integrity | + | * [[Reviewing Code for Session Integrity]] |
* [[Reviewing Code for Race Conditions]] | * [[Reviewing Code for Race Conditions]] | ||
Revision as of 16:16, 7 September 2010
Foreword by OWASP Chair
Frontispiece
Guide History
Methodology
- Introduction
- Preparation
- Security Code Review in the SDLC
- Security Code Review Coverage
- Application Threat Modeling
- Code Review Metrics
Crawling Code
- Crawling Code
- Searching for Code in J2EE/Java
- Searching for Code in Classic ASP
- JavaScript/Web 2.0 Keywords and Pointers
Code Reviews and PCI DSS
Examples by technical control
- Authentication
- Authorization
- Session Management
- Input Validation
- Error Handling
- Secure Deployment
- Cryptographic Controls
Examples by vulnerability
- Reviewing Code for Buffer Overruns and Overflows
- Reviewing Code for OS Injection
- Reviewing Code for SQL Injection
- Reviewing Code for Data Validation
- Reviewing Code for Cross-Site Scripting
- Reviewing Code for Cross-Site Request Forgery
- Reviewing Code for Logging Issues
- Reviewing Code for Session Integrity
- Reviewing Code for Race Conditions