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
(Created page with "{{Template:<includeonly>{{{1}}}</includeonly><noinclude>Project About</noinclude> | project_name = OWASP CSRFGuard Project | project_home_page = Category:OWASP CSRFGuard Proje...") |
|||
Line 5: | Line 5: | ||
| project_home_page = Category:OWASP CSRFGuard Project | | project_home_page = Category:OWASP CSRFGuard Project | ||
− | | project_description = | + | | project_description = Welcome to the home of the OWASP CSRFGuard Project! OWASP CSRFGuard is a library that implements a variant of the [http://www.corej2eepatterns.com/Design/PresoDesign.htm 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. |
− | | project_license = | + | | project_license = [http://www.opensource.org/licenses/bsd-license.php BSD] |
− | | leader_name1 = | + | | leader_name1 = Eric Sheridan |
− | | leader_email1 = | + | | leader_email1 = [email protected] |
− | | leader_username1 = | + | | leader_username1 = Esheridan |
| contributor_name1 = | | contributor_name1 = | ||
Line 25: | Line 25: | ||
| presentation_link = | | presentation_link = | ||
− | | mailing_list_name = | + | | mailing_list_name = https://lists.owasp.org/mailman/listinfo/owasp-csrfguard |
| project_road_map = | | project_road_map = | ||
− | | links_url1 = | + | | links_url1 = https://github.com/esheri3/OWASP-CSRFGuard |
− | | links_name1 = | + | | links_name1 = CSRF Online Git Repository |
− | + | ||
− | | links_url2 = | + | | links_url2 = https://www.owasp.org/index.php/CSRFGuard_3_User_Manual |
− | | links_name2 = | + | | links_name2 = User Manual/OWASP CSRFGuard v3 |
− | | links_url[ | + | | links_url3 = http://www.owasp.org/index.php/Category:OWASP_CSRFTester_Project |
− | | links_name[ | + | | links_name3 = OWASP CSRFTester |
+ | |||
+ | | links_url4 = https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet | ||
+ | | links_name4 = OWASP CSRF Prevention Cheat Sheet | ||
+ | |||
+ | | links_url5 = http://www.owasp.org/index.php/PHP_CSRF_Guard | ||
+ | | links_name5 = OWASP PHP CSRF Guard Project | ||
+ | |||
+ | | links_url6 = http://www.thespanner.co.uk/2007/10/19/jsck/ | ||
+ | | links_name6 = CSRFGuard style solution for PHP and JavaScript | ||
+ | |||
+ | | links_url7 = http://www.owasp.org/index.php/.Net_CSRF_Guard | ||
+ | | links_name7 = OWASP .Net CSRF Guard Project | ||
+ | |||
+ | | links_url[8-10] = | ||
+ | | links_name[8-10] = | ||
| release_1 = | | release_1 = |
Revision as of 18:59, 13 May 2011
PROJECT INFO What does this OWASP project offer you? |
RELEASE(S) INFO What releases are available for this project? | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|