Blogs
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...
Ruby goes Serverless! - Apache OpenWhisk adds native support for Ruby
Ruby has finally become a first class citizen in the Serverless world now that Apache OpenWhisk has added native support for the Ruby Runtime. Thanks to the awesome work from Kei Sawada and the OpenWhisk community, Ruby has been added to the list ...