Blogs

New Rails security HTTP headers - Ruby on Rails Security Project
New Rails security HTTP headers and a growing number of other Ruby on Rails security topics. Some are sent by default in Rails now. Rails sends a couple of new security HTTP headers by default so you should probably know what they do. There are al...

Excel Injection via Rails downloads - Ruby on Rails Security Project
Excel Injection via Rails downloads and a growing number of other Ruby on Rails security topics. A = in a name could make Excel run. Excel injection occurs when a CSV or Excel file is crafted to contain control characters in a cell which run a com...


Ruby method and class injection - Ruby on Rails Security Project
Ruby method and class injection and a growing number of other Ruby on Rails security topics. A class name in user input.A user could provide an arbitrary model name in params[:type] and thus find an object in a different model than expected. Now, ...


OWASP XSS Prevention Cheat Sheet - Ruby on Rails Security Project
OWASP XSS Prevention Cheat Sheet and a growing number of other Ruby on Rails security topics. A Cross Site Scripting cheat sheet by the Open web application security.Deny all untrusted data and don’t put it directly into the HTML or into any other...


