aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/vendor/html-scanner/html/sanitizer.rb
Commit message (Collapse)AuthorAgeFilesLines
* fix protocol checking in sanitization [CVE-2013-1857]Aaron Patterson2013-03-151-2/+2
|
* fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855]Charlie Somerville2013-03-151-3/+3
|
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-0/+188
This is another step in moving Action View's dependencies in Action Pack to Action View itself. Also, HtmlScanner seems to be better suited for views rather than controllers.