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 "CSRF Protector php library"
From OWASP
A V Minhaz (talk | contribs) |
A V Minhaz (talk | contribs) (added links to todos) |
||
Line 22: | Line 22: | ||
==Current Status== | ==Current Status== | ||
Version 0.1.0 Released! | Version 0.1.0 Released! | ||
+ | |||
+ | ==TODOs== | ||
+ | All todos for CSRF Protector PHP are listed at: [http://www.todofy.org/r/mebjas/CSRF-Protector-PHP todofy - CSRF Protector PHP] | ||
==Download Now== | ==Download Now== | ||
[https://github.com/mebjas/CSRF-Protector-PHP/releases/download/v0.1.0/csrfp.-php-library.zip - CSRFP php master code]<br> | [https://github.com/mebjas/CSRF-Protector-PHP/releases/download/v0.1.0/csrfp.-php-library.zip - CSRFP php master code]<br> | ||
[https://github.com/mebjas/CSRF-Protector-PHP/releases/download/v0.1.0/csrfp-php-library-nojs.zip - CSRFP php with nojs support] | [https://github.com/mebjas/CSRF-Protector-PHP/releases/download/v0.1.0/csrfp-php-library-nojs.zip - CSRFP php with nojs support] |
Revision as of 10:15, 26 August 2015
CSRF Protector php library - Standalone php library for mitigating CSRF vulnerability
What is CSRF Protector php library
Its a standalone php library for mitigating Cross Site Request Forgery (CSRF) vulnerabilities in web applications, which can be used with any existing web application or while developing a new one. More information available at github wiki
Features Offered
CSRF Protection provide protection for:
- Normal HTML forms (POST/GET)
- Normal Get requests (Not enabled by default)
- Ajax Requests (XHR)
- Dynamically generated forms
Damages Mitigated
- Cross Site Request Forgery
How to contribute
To contribute to the code fork and send a pull to:
GitHub Repo
For discussions, join our mailing list: - Mailing List
Current Status
Version 0.1.0 Released!
TODOs
All todos for CSRF Protector PHP are listed at: todofy - CSRF Protector PHP