Posts Tagged: cwe
-
Logging Sensitive Information in Rails: What Not to Log (CWE-532)
A comprehensive guide to understanding and preventing CWE-532 in Ruby on Rails applications.
-
CWE-79, Cross-Site Scripting (XSS) in Rails: Protecting Your Views
A deep dive into Cross-Site Scripting (XSS) vulnerabilities in Ruby on Rails, focusing on how to protect your application's views from malicious user input.
-
CWE-916: Using Potentially Dangerous Functions in Rails
A security overview of CWE-916, focusing on the use of potentially dangerous functions in Ruby on Rails applications and how to mitigate risks.