Posts Tagged: idor
-
Improper Access Control in Rails: Preventing IDOR Vulnerabilities (CWE-284)
A guide to understanding and preventing Improper Access Control (IDOR) vulnerabilities (CWE-284) in Ruby on Rails applications.
-
Insecure Direct Object References (IDOR) in Rails: Proper Authorization Checks
A guide to understanding and preventing Insecure Direct Object References (IDOR) in Ruby on Rails applications with proper authorization checks.