aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/html-scanner
Commit message (Collapse)AuthorAgeFilesLines
* fix protocol checking in sanitization [CVE-2013-1857]Aaron Patterson2013-03-151-0/+10
| | | | | Conflicts: actionpack/lib/action_controller/vendor/html-scanner/html/sanitizer.rb
* fix incorrect ^$ usage leading to XSS in sanitize_css [CVE-2013-1855]Charlie Somerville2013-03-151-0/+5
|
* Ruby 2 compat. CGI.escapeHTML has changed the way it escapes apostrophes a ↵Jeremy Kemper2013-02-241-1/+1
| | | | few times, so fix up the test to work with however it chooses to escape.
* ActionPack test fix for RBXArun Agrawal2011-10-241-1/+6
|
* Tags with invalid names should also be stripped in order to preventAaron Patterson2011-08-161-0/+7
| | | | XSS attacks. Thanks Sascha Depold for the report.
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-2/+2
|
* Test for stripping tags from a frozen string.Joshua Ballanco2011-04-141-0/+1
| | | | | | This test will pass under Ruby 1.8 but fail under Ruby 1.9 because of the change in behavior of gsub! w.r.t. frozen strings that do not match the pattern used [ruby-core:23664].
* ActionController::Base.helpers.sanitize ignores case in protocolTimothy N. Tsvetkov2010-12-301-0/+7
| | | | | | [#6044 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Fix test that wasn't running at all.Emilio Tagua2010-09-281-1/+1
|
* Redefine duplicated test name.Emilio Tagua2010-09-281-1/+1
|
* Deletes trailing whitespaces (over text files only find * -type f -exec sed ↵Santiago Pastorino2010-08-146-65/+65
| | | | 's/[ \t]*$//' -i {} \;)
* Strip_tags never ending attribute should not raise a TypeError [#4870 ↵Bruno Michel2010-06-281-0/+4
| | | | | | state:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-2/+2
|
* File extra test folders into controller, dispatch, or templateJoshua Peek2009-10-037-0/+944