mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
require reporting before attempting to "shush"
This commit is contained in:
parent
941e990410
commit
3b325d624c
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'active_support/core_ext/kernel/reporting'
|
||||
|
||||
# Fixes the rexml vulnerability disclosed at:
|
||||
# http://www.ruby-lang.org/en/news/2008/08/23/dos-vulnerability-in-rexml/
|
||||
# This fix is identical to rexml-expansion-fix version 1.0.1
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
require 'active_support/core_ext/kernel/reporting'
|
||||
require 'active_support/core_ext/object/blank'
|
||||
|
||||
# = XmlMini ReXML implementation
|
||||
|
|
Loading…
Reference in a new issue