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 "Template:Featured article"

From OWASP
Jump to: navigation, search
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Two free Java EE filters for CSRF, Reflected XSS, and Adobe XSS'''
+
'''[[OWASP Spring Of Code 2007|Over 25 NEW OWASP Projects Underway!!!]]'''
  
OWASP contributors from '''[http://www.aspectsecurity.com Aspect Security]''' have developed two new Java EE filters to protect against common web attacks. Just add a few lines to your web.xml file and enjoy the protection.
+
[[Image:290px-OWASP SpoC2007 Logo.jpg|180px|left]]
  
; '''[[CSRF Guard|CSRF and Reflected XSS Filter for Java EE]]
+
OWASP is funding over 25 new application security projects this Spring with over $120,000. There are a variety of tools, documents, and other [[OWASP_Spring_Of_Code_2007_Applications|projects]] in the works. These projects are well underway and are targeted to be complete by the end of July. Congratulations to all the participants - everyone is looking forward to your work!
: This filter adds a random token to forms and URLs that prevent an attacker from executing both [[CSRF]] and reflected [[XSS]] attacks.
 
 
 
; '''[[PDF Attack Filter for Java EE|Adobe XSS Filter for Java EE]]
 
: This filter protects against the recent XSS attacks on PDF files. By using a redirect and an encrypted token, this filter ensures that dangerous attacks are not passed into the Adobe reader plugin.
 

Latest revision as of 00:46, 28 May 2007

Over 25 NEW OWASP Projects Underway!!!

290px-OWASP SpoC2007 Logo.jpg

OWASP is funding over 25 new application security projects this Spring with over $120,000. There are a variety of tools, documents, and other projects in the works. These projects are well underway and are targeted to be complete by the end of July. Congratulations to all the participants - everyone is looking forward to your work!