aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/html_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use the reference for the mime type to get the formatRafael Mendonça França2014-02-181-0/+17
Before we were calling to_sym in the mime type, even when it is unknown what can cause denial of service since symbols are not removed by the garbage collector. Fixes: CVE-2014-0082