Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:02 +08:00
commit 07e9083a13
8 changed files with 161 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for csrf-protection-validator skill
- [ ] csrf_protection_methods.md: Detailed explanation of CSRF protection methods (Synchronizer Token, Double Submit Cookie, SameSite Cookie, Origin Validation).
- [ ] owasp_csrf_cheatsheet.md: Link to the OWASP CSRF Prevention Cheat Sheet.
- [ ] csrf_api_examples.md: API usage examples for different languages and frameworks.