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

From OWASP
Jump to: navigation, search
 
Line 2: Line 2:
 
The OWASP Java Project's overall goal is to...
 
The OWASP Java Project's overall goal is to...
  
  Produce materials that show J2EE developers how to deal with
+
  Produce materials that show J2EE developers and deployers how to deal with
  most common application security problems throughout the lifecycle
+
  most common application security problems throughout the lifecycle.
  
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
+
# Provide examples of how to prevent Cross Site Scripting attacks in popular web frameworks
# 2
+
# Provide examples of how to prevent SQL Injection in popular data access frameworks
# 3
+
# Provide examples of how to prevent LDAP injection in Java
 +
# A practical guide to implementing a security policy for a Java web application
 +
# Secure configuration guides for popular application servers
  
  
 
==Current Tasks==
 
==Current Tasks==
* 1
+
* Decide on the near term tactical goals
* 2
+
* Define this roadmap
* 3
 
  
  

Revision as of 20:04, 8 June 2006

Goals

The OWASP Java Project's overall goal is to...

Produce materials that show J2EE developers and deployers how to deal with
most common application security problems throughout the lifecycle.

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

  1. Provide examples of how to prevent Cross Site Scripting attacks in popular web frameworks
  2. Provide examples of how to prevent SQL Injection in popular data access frameworks
  3. Provide examples of how to prevent LDAP injection in Java
  4. A practical guide to implementing a security policy for a Java web application
  5. Secure configuration guides for popular application servers


Current Tasks

  • Decide on the near term tactical goals
  • Define this roadmap


Ideas

Please submit your ideas for the OWASP Java Project here:

  • your idea here