How To Protect Your Rails Apps Against XSS Attacks
Posted by stoyan Thu, 26 Jan 2006 17:05:00 GMT
Via Exploration Age
The issue of Cross Site Scripting (XSS) vulnerabilities in web applications has been getting a lot of attention lately due to hacks on high-profile sites such as LiveJournal…The attached file ( html_escaper.rb ) makes it easy to protect your Ruby on Rails applications from these attacks…



