1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view/template
Rafael Mendonça França 33cb47ee48 Use the reference for the mime type to get the format
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
2014-02-18 16:12:51 -03:00
..
handlers optimize string literals in erb templates 2013-12-03 14:56:14 -08:00
error.rb ActionView::MissingTemplate for partials includes underscore. 2013-12-02 08:35:34 +01:00
handlers.rb Move actionpack/lib/action_view* into actionview/lib 2013-06-20 17:23:15 +02:00
html.rb Use the reference for the mime type to get the format 2014-02-18 16:12:51 -03:00
resolver.rb Action Pack Variants 2013-12-04 00:13:16 +01:00
text.rb Use the reference for the mime type to get the format 2014-02-18 16:12:51 -03:00
types.rb Remove deprecated cattr_* requires 2013-12-03 00:28:15 +02:00