Created
January 8, 2013 04:53
-
-
Save jeffreyiacono/4481275 to your computer and use it in GitHub Desktop.
fix Rails vulnerability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Disable the default XML params parser - its full of holes | |
| ActionDispatch::ParamsParser::DEFAULT_PARSERS.delete(Mime::XML) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment