Preventing Cross-site Scripting Vulnerabilities When Developing Ruby on Rails Web Applications Wed, 19 Apr 2017 This article uses examples to explain how to develop secure web applications in Ruby on Rails that are not vulnerable to cross-site scripting vulnerabilities.
SQL Injection Prevention Techniques for Ruby on Rails Web Applications Wed, 14 Dec 2016 This article looks into several techniques which Ruby on Rails developers can use to develop web applications that are not vulnerable to the notorious SQL injection vulnerability.