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
(→Language specific best practice) |
|||
| Line 52: | Line 52: | ||
===PHP=== | ===PHP=== | ||
| − | |||
#[[PHP Security Leading Practice]] | #[[PHP Security Leading Practice]] | ||
| Line 60: | Line 59: | ||
===MySQL=== | ===MySQL=== | ||
#[[Reviewing MySQL Security]] | #[[Reviewing MySQL Security]] | ||
| + | |||
| + | ===Rich Internet Applications=== | ||
| + | #[[Flash Applications]] | ||
| + | #[[AJAX Applications]] | ||
| + | #[[Web Services]] | ||
==[[Automating Code Reviews]]== | ==[[Automating Code Reviews]]== | ||
Revision as of 21:43, 8 January 2008
Foreword by OWASP Chair
1. Frontispiece
1.1 About the OWASP Code Review Project
1.2 About The Open Web Application Security Project
Guide History
Methodology
- Introduction
- Steps and Roles
- Code Review Processes
- Transaction Analysis
- How to write an application_security finding
Crawling Code
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 XSS issues
- Reviewing code for Cross-Site Request Forgery issues
- Reviewing Code for Error Handling
- Reviewing Code for Logging Issues
- Reviewing The Secure Code Environment
- Reviewing Code for Authorization Issues
- Reviewing Code for Authentication
- Reviewing Code for Session Integrity issues
- Reviewing Cryptographic Code
- Reviewing Code for Race Conditions
Language specific best practice
Java
PHP
C/C++
MySQL
Rich Internet Applications
Automating Code Reviews
- Preface
- Reasons for using automated tools
- Education and cultural change
- Tool Deployment Model
- Code Auditor Workbench Tool