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 "Projects/OWASP CSRFGuard Project"

From OWASP
Jump to: navigation, search
Line 29: Line 29:
 
| project_road_map =  
 
| project_road_map =  
  
| links_url1 = https://github.com/esheri3/OWASP-CSRFGuard
+
| links_url1 = https://www.owasp.org/index.php/OWASP_Cross-Site_Request_Forgery_Research_Pool
| links_name1 = CSRF Online Git Repository
+
| links_name1 = OWASP Cross-Site Request Forgery Research Pool
 
    
 
    
| links_url2 = https://www.owasp.org/index.php/CSRFGuard_3_User_Manual
+
| links_url2 = https://github.com/esheri3/OWASP-CSRFGuard
| links_name2 = User Manual/OWASP CSRFGuard v3
+
| links_name2 = CSRF Online Git Repository
  
| links_url3 = http://www.owasp.org/index.php/Category:OWASP_CSRFTester_Project
+
| links_url3 = https://www.owasp.org/index.php/CSRFGuard_3_User_Manual
| links_name3 = OWASP CSRFTester
+
| links_name3 = User Manual/OWASP CSRFGuard v3
  
| links_url4 = https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet
+
| links_url4 = http://www.owasp.org/index.php/Category:OWASP_CSRFTester_Project
| links_name4 = OWASP CSRF Prevention Cheat Sheet
+
| links_name4 = OWASP CSRFTester
  
| links_url5 = http://www.owasp.org/index.php/PHP_CSRF_Guard
+
| links_url5 = https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet
| links_name5 = OWASP PHP CSRF Guard Project
+
| links_name5 = OWASP CSRF Prevention Cheat Sheet
  
| links_url6 = http://www.thespanner.co.uk/2007/10/19/jsck/
+
| links_url6 = http://www.owasp.org/index.php/PHP_CSRF_Guard
| links_name6 = CSRFGuard style solution for PHP and JavaScript
+
| links_name6 = OWASP PHP CSRF Guard Project
  
| links_url7 = http://www.owasp.org/index.php/.Net_CSRF_Guard
+
| links_url7 = http://www.thespanner.co.uk/2007/10/19/jsck/
| links_name7 = OWASP .Net CSRF Guard Project
+
| links_name7 = CSRFGuard style solution for PHP and JavaScript
  
| links_url[8-10] =  
+
| links_url8 = http://www.owasp.org/index.php/.Net_CSRF_Guard
| links_name[8-10] =  
+
| links_name8 = OWASP .Net CSRF Guard Project
 +
 
 +
| links_url[9-10] =  
 +
| links_name[9-10] =  
  
 
| release_1 = OWASP CSRFGuard 3.0.0.503
 
| release_1 = OWASP CSRFGuard 3.0.0.503

Revision as of 19:15, 13 May 2011

PROJECT INFO
What does this OWASP project offer you?
RELEASE(S) INFO
What releases are available for this project?
what is this project?
Name: OWASP CSRFGuard Project (home page)
Purpose: Welcome to the home of the OWASP CSRFGuard Project! OWASP CSRFGuard is a library that implements a variant of the synchronizer token pattern to mitigate the risk of Cross-Site Request Forgery (CSRF) attacks. The OWASP CSRFGuard library is integrated through the use of a JavaEE Filter and exposes various automated and manual ways to integrate per-session or pseudo-per-request tokens into HTML. When a user interacts with this HTML, CSRF prevention tokens (i.e. cryptographically random synchronizer tokens) are submitted with the corresponding HTTP request. It is the responsibility of OWASP CSRFGuard to ensure the token is present and is valid for the current HTTP request. Any attempt to submit a request to a protected resource without the correct corresponding token is viewed as a CSRF attack in progress and is discarded. Prior to discarding the request, CSRFGuard can be configured to take one or more actions such as logging aspects of the request and redirecting the user to a landing page. The latest release enhances this strategy to support the optional verification of HTTP requests submitted using Ajax as well as the optional verification of referrer headers.
License: BSD
who is working on this project?
Project Leader(s):
how can you learn more?
Project Pamphlet: Not Yet Created
Project Presentation:
Mailing list: Mailing List Archives
Project Roadmap: Not Yet Created
Main links:
Key Contacts
current release
OWASP CSRFGuard 3.0.0.503 - March 25, 2011 - (download)
Release description: Download the latest development release with binary and associated configuration files (recommended).
Rating: Yellow button.JPG Not Reviewed - Assessment Details
last reviewed release
Not Yet Reviewed


other releases