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 "CSRFProtector Project"
From OWASP
A V Minhaz (talk | contribs) (init) |
A V Minhaz (talk | contribs) (basic view added) |
||
Line 1: | Line 1: | ||
− | + | = Main = | |
+ | |||
+ | {| style="padding: 0;margin:0;margin-top:10px;text-align:left;" |- | ||
+ | | valign="top" style="border-right: 1px dotted gray;padding-right:25px;" | | ||
+ | |||
+ | ==OWASP CSRF Protector Project== | ||
+ | |||
+ | |||
+ | [https://github.com/mebjas/CSRF-Protector-PHP GitHub Repo - php library] | ||
+ | [https://github.com/mebjas/mod_csrfprotector GitHub Repo - Apache module] | ||
+ | |||
+ | |||
+ | ==What is CSRF Protector?== | ||
+ | |||
+ | ==Why CSRF Protector?== | ||
+ | CSRF Protector is suitable for three group of developers: | ||
+ | |||
+ | * Framework Developers can use the libraries and tools to strengthen their framework security | ||
+ | * PHP Application Developers can use the library and tools to enhance their application security | ||
+ | * New PHP Developers can use the tools and libraries to create secure applications from scratch | ||
+ | |||
+ | ==Project leader== | ||
+ | |||
+ | [https://www.owasp.org/index.php/User:Abbas_Naderi Abbas Naderi] | ||
+ | |||
+ | | valign="top" style="padding-left:25px;width:300px;border-right: 1px dotted gray;padding-right:25px;" | | ||
+ | |||
+ | ==Major Contributors== | ||
+ | *[[User:A_V_Minhaz|Minhaz]] | ||
+ | *Kevin W Wall | ||
+ | *Jim Manico | ||
+ | |||
+ | ==Features Offered== | ||
+ | |||
+ | ==Damages Mitigated== | ||
+ | * Cross Site Request Forgery | ||
+ | |||
+ | | valign="top" style="padding-left:25px;width:200px;" | | ||
+ | |||
+ | == Quick Download == | ||
+ | |||
+ | |||
+ | == Website == | ||
+ | |||
+ | == News and Events == | ||
+ | |||
+ | ==Classifications== | ||
+ | {| width="200" cellpadding="2" | ||
+ | |- | ||
+ | | align="center" valign="top" width="50%" rowspan="2"| [[File:Owasp-incubator-trans-85.png|link=:Category:OWASP_Project#tab=Terminology]] | ||
+ | | align="center" valign="top" width="50%"| [[File:Owasp-builders-small.png|link=Builders]] | ||
+ | |- | ||
+ | | align="center" valign="top" width="50%"| [[File:Owasp-defenders-small.png|link=Defenders]] | ||
+ | |- | ||
+ | | colspan="2" align="center" | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]] | ||
+ | |} | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | = Apache Module = | ||
+ | |||
+ | = php library = | ||
+ | |||
+ | |||
+ | __NOTOC__ <headertabs /> | ||
+ | |||
+ | [[Category:OWASP Project]] [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]] [[Category:OWASP_Document]] [[Category:OWASP_Download]] |
Revision as of 19:10, 23 June 2014
OWASP CSRF Protector ProjectGitHub Repo - php library GitHub Repo - Apache module
What is CSRF Protector?Why CSRF Protector?CSRF Protector is suitable for three group of developers:
Project leader |
Major Contributors
Features OfferedDamages Mitigated
|
Quick DownloadWebsiteNews and EventsClassifications
|