diff options
author | devlin zed <me@devlinzed.com> | 2014-02-11 10:44:45 -0500 |
---|---|---|
committer | devlin zed <me@devlinzed.com> | 2014-02-11 10:44:45 -0500 |
commit | ec0664a6eb8906fcd31a53a1efad69bdc7fe6f5b (patch) | |
tree | 4af90f2225e06ee6269bc3ed894eebcf08992b6b /activesupport/test/multibyte_test_helpers.rb | |
parent | b12c1b858ea8a781d221e94e2fc22bf729fe2086 (diff) | |
download | rails-ec0664a6eb8906fcd31a53a1efad69bdc7fe6f5b.tar.gz rails-ec0664a6eb8906fcd31a53a1efad69bdc7fe6f5b.tar.bz2 rails-ec0664a6eb8906fcd31a53a1efad69bdc7fe6f5b.zip |
Don't symbolize tainted data.
`I18n.locale=` symbolizes its argument, so passing it `params[:locale]`
allows one to DOS your application by visiting `...?locale=` URLS
repeatedly, with unique values, until the never-GCed symbols monopolize
the available memory.
Diffstat (limited to 'activesupport/test/multibyte_test_helpers.rb')
0 files changed, 0 insertions, 0 deletions