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 "Chapters Assigned"
From OWASP
(→Design review) |
Jenellelea (talk | contribs) (→Examples by Vulnerability) |
||
Line 18: | Line 18: | ||
#Reviewing Code for OS Injection - 70% | #Reviewing Code for OS Injection - 70% | ||
#Reviewing Code for SQL Injection - 70% | #Reviewing Code for SQL Injection - 70% | ||
− | #Reviewing Code for Data Validation - | + | #Reviewing Code for Data Validation - Jenelle Chapman |
− | #Reviewing Code for Error Handling - | + | #Reviewing Code for Error Handling - Jenelle Chapman |
#Reviewing Code for Logging Issues - 70% | #Reviewing Code for Logging Issues - 70% | ||
#Reviewing The Secure Code Environment - E Keary | #Reviewing The Secure Code Environment - E Keary |
Revision as of 17:49, 17 January 2007
Methodology
- Code Review Introduction
- Steps and Roles
- Code Review Processes
Design review
- Designing for security
- - M Roxberry(.NET)
- - Paolo Perego (Java)
- - Andrew van der Stock (PHP)
- - Paolo Perego (C)
- - C++
- - Andrew van der Stock (MySQL)
Examples by Vulnerability
- Reviewing Code for Buffer Overruns and Overflows - 70%
- Reviewing Code for OS Injection - 70%
- Reviewing Code for SQL Injection - 70%
- Reviewing Code for Data Validation - Jenelle Chapman
- Reviewing Code for Error Handling - Jenelle Chapman
- Reviewing Code for Logging Issues - 70%
- Reviewing The Secure Code Environment - E Keary
- Transaction Analysis - E Keary
- Authorization (Currently linked to "The Development Guide")
- Authentication (Code review)
- Session Integrity
- Cross Site Request Forgery
- Cryptography (Currently linked to "The Development Guide")
- Dangerous HTTP Methods
- Race Conditions
Language specific best practice
Java
- Inner classes (Paolo Perego)
- Class comparison (Paolo Perego)
- Cloneable classes (Paolo Perego)
- Serializable classes (Paolo Perego)
- Package scope and encapsulation (Paolo Perego)
- Mutable objects (Paolo Perego)
- Private methods & circumvention (Paolo Perego)
.NET
PHP
Assigned to Andrew van der Stock
MySQL
Assigned to Andrew van der Stock
Stored Procs
C
- Memory management (Paolo Perego)
- String management (Paolo Perego)
- Secure access to file system items (Paolo Perego)
C++
Automating Code Reviews
- Preface
- Reasons for using automated tools
- Education and cultural change
- Tool Deployment Model