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 Project Roadmap"

From OWASP
Jump to: navigation, search
Line 5: Line 5:
 
In the near term, we are focused on the following tactical goals...
 
In the near term, we are focused on the following tactical goals...
  
#1 Looking at each attack type and examine the anti-pattern associated with the vulnerability which makes the attack possible. This shall include code examples to guide a reviewer on what to look for.
+
1. Looking at each attack type and examine the anti-pattern associated with the vulnerability which makes the attack possible. This shall include code examples to guide a reviewer on what to look for.
  
#2 Looking at the code review process, how it is managed and challanges one may encounter when performing code review in the "real world"
+
2. Looking at the code review process, how it is managed and challanges one may encounter when performing code review in the "real world"
  
#3 Looking at the code review tools available and discussing the benefits and issues of using tools
+
3. Looking at the code review tools available and discussing the benefits and issues of using tools
 
 
Here are the current tasks defined to help us achieve these goals
 
 
 
* Gather existing presentations and email messages and pull ideas into OWASP
 
 
 
{{Template:Stub}}
 
  
 
[[Category:OWASP Code Review Project]]
 
[[Category:OWASP Code Review Project]]

Revision as of 11:28, 24 May 2006

The project's overall goal is to...

be a reference document for the purpose of performing code review. This project shall provide examples in the most common web application development languages (Java and C# .NET)

In the near term, we are focused on the following tactical goals...

1. Looking at each attack type and examine the anti-pattern associated with the vulnerability which makes the attack possible. This shall include code examples to guide a reviewer on what to look for.

2. Looking at the code review process, how it is managed and challanges one may encounter when performing code review in the "real world"

3. Looking at the code review tools available and discussing the benefits and issues of using tools