From 1455987ad7eb200e473950320802968bcf355d3d Mon Sep 17 00:00:00 2001 From: Jim Manico Date: Wed, 6 Dec 2023 06:30:54 -0800 Subject: [PATCH] Update Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.md link fix --- .../Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.md b/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.md index 53dbb66abd..94c4d38ff1 100644 --- a/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.md +++ b/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.md @@ -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)