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
m (Current Tasks)
 
(52 intermediate revisions by 9 users not shown)
Line 1: Line 1:
==Goals==
+
The Java Project Roadmap has moved. You will find it now at [http://www.owasp.org/index.php/OWASP_Java_Project#tab=Roadmap OWASP Java Project Roadmap].
The OWASP Java Project's overall goal is to...
 
 
 
Produce materials that show J2EE architects, 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:
 
 
 
# Provide examples of how to prevent Cross Site Scripting attacks in popular web frameworks
 
# Provide examples of how to prevent SQL Injection in popular data access frameworks
 
# 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==
 
* Decide on the near term tactical goals
 
* Define this roadmap.  This is currently being discussed here: http://www.owasp.org/index.php/Talk:OWASP_Java_Project_Roadmap#J2EE_Security_for_Architects
 
 
 
==Ideas==
 
 
 
Please submit your ideas for the OWASP Java Project here (you can sign your ideas by adding four tilde characters like this <nowiki>~~~~</nowiki>)
 
* It would be useful to have a library of J2EE security resources on the web.  In addition to URLs, I think these should have short summaries that explain what the resource is about.  I've clicked on far too many "J2EE Security" links only to find that the article is about implementing access control in Tomcat.
 
* A tool that automatically generates a security policy for a given application could be useful. The tool is first run in learning mode where it maps all the accesses that the application attempts and then generates a policy based on those access attempts.
 
** Note: I built such a tool back in the mid-1990's. It's a custom security manager that intercepts all accesses and has a "learn" mode. If someone is willing to take on the project, I'd be happy to dig it up. [[User:Jeff Williams|Jeff Williams]] 16:18, 8 June 2006 (EDT)
 
 
 
[[Category:OWASP Java Project]]
 

Latest revision as of 16:23, 18 March 2011

The Java Project Roadmap has moved. You will find it now at OWASP Java Project Roadmap.