Phying News
Curated security research, vulnerabilities, advisories and tools for practitioners.

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

original ↗

Related coverage

back