Posts Tagged: cwe
-
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.
-
Weak Password Hashing in Rails: The Importance of Strong Algorithms
Understand the risks of CWE-327, weak password hashing, in Ruby on Rails applications and learn how to implement strong, secure password storage using modern hashing algorithms like bcrypt.