Difference between revisions of "OWASP Code Review Guide Table of Contents"
From OWASP
| Line 38: | Line 38: | ||
===PHP=== | ===PHP=== | ||
| − | == | + | ==Automating Code Reviews== |
#[[Preface ]] | #[[Preface ]] | ||
#[[Reasons for using automated tools]] | #[[Reasons for using automated tools]] | ||
Revision as of 09:01, 9 January 2007
Contents
Methodology
Design review
Examples by Vulnerability
- Buffer Overruns and Overflows
- OS Injection
- SQL Injection
- Data Validation
- Error Handling
- The Secure Code Environment
- Transaction Analysis
- Authorization
- Authentication
- Session Integrity
- Cross Site Request Forgery
- Cryptography
Language specific best practice
Java
- Inner classes
- Class comparison
- Cloneable classes
- Serializable classes
- Package scope and encapsulation
- Mutable objects
- Private methods & circumvention