aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/vendor/html-scanner
Commit message (Collapse)AuthorAgeFilesLines
* remove unused match variables in selectorVipul A M2013-03-311-8/+8
|
* 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
|
* Hash Syntax to 1.9 related changesAvnerCohen2012-10-291-12/+12
|
* Closed unclosed <tt>, working on a complete solution for docrails, but ↵AvnerCohen2012-10-081-1/+1
| | | | testing push process first
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-286-0/+1736
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.