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 "ESAPI-JavaStatus"

From OWASP
Jump to: navigation, search
(ESAPI 2.0 Release issues)
m
Line 6: Line 6:
 
** new fine grained url encoding functions
 
** new fine grained url encoding functions
 
** DOM XSS encoding functions
 
** DOM XSS encoding functions
* Ensure all units tests run successfully for Windows+Linux via Java 1.5.0_22  
+
* Ensure all units tests run successfully for Windows+Linux via Java 1.5.0_22
 +
* Support for Data Preserving Encryption
 
* Split Swingset into 1.4 and 2.0 SwingSet
 
* Split Swingset into 1.4 and 2.0 SwingSet
 
* Clean up Maven issues [http://code.google.com/p/owasp-esapi-java/issues/detail?id=63 http://code.google.com/p/owasp-esapi-java/issues/detail?id=63]
 
* Clean up Maven issues [http://code.google.com/p/owasp-esapi-java/issues/detail?id=63 http://code.google.com/p/owasp-esapi-java/issues/detail?id=63]

Revision as of 11:52, 16 June 2010

ESAPI 2.0 Release issues

  • Make sure, at least, that the Swingset docs state that the code is out of date until we get caught up to the 2.0 release.
  • Augment the Encoder
    • new naming convention
    • new fine grained url encoding functions
    • DOM XSS encoding functions
  • Ensure all units tests run successfully for Windows+Linux via Java 1.5.0_22
  • Support for Data Preserving Encryption
  • Split Swingset into 1.4 and 2.0 SwingSet
  • Clean up Maven issues http://code.google.com/p/owasp-esapi-java/issues/detail?id=63
  • Clean up issues around the validity of Safe File Upload classes and mechanism
  • Other issues tracked via Google Code here

ESAPI 1.4 Release issues

  • Upgrade 1.4 Maven configuration
  • Fix Oracle encoder