Skip to content

Commit

Permalink
Update Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.md
Browse files Browse the repository at this point in the history
link fix
  • Loading branch information
jmanico committed Dec 6, 2023
1 parent 9f44e66 commit 1455987
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,5 +457,5 @@ This code snippet has been tested with jQuery version 3.3.1.
- [Common CSRF Prevention Misconceptions](https://medium.com/keylogged/common-csrf-prevention-misconceptions-67fd026d94a8)
- [Robust Defenses for Cross-Site Request Forgery](https://seclab.stanford.edu/websec/csrf/csrf.pdf)
- For Java: OWASP [CSRF Guard](https://owasp.org/www-project-csrfguard/) or [Spring Security](https://docs.spring.io/spring-security/site/docs/5.5.x-SNAPSHOT/reference/html5/#csrf)
- For PHP and Apache: [CSRFProtector Project](https://owasp.org/www-project-csrfprotector/)
- For PHP and Apache: [CSRFProtector Project](https://github.com/OWASP/www-project-csrfprotector )
- For AngularJS: [Cross-Site Request Forgery (XSRF) Protection](https://docs.angularjs.org/api/ng/service/$http#cross-site-request-forgery-xsrf-protection)

0 comments on commit 1455987

Please sign in to comment.