Mitigating CWE-352: Cross-Site Request Forgery in Ruby Applications
Summary
A guide to CSRF (CWE-352) in Ruby apps: verify Rails authenticity tokens, keep side effects off GET requests, and audit skip_before_action bypasses, then fix with proper token validation.
- Published
- Collected
Skip to content