1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test/activerecord
Gannon McGibbon c4c21a9f8d
Prevent string polymorphic route arguments
url_for supports building polymorphic URLs via an array
of arguments (usually symbols and records). If an array is passed,
strings can result in unwanted route helper calls.

CVE-2021-22885
2021-05-04 13:56:37 -07:00
..
controller_runtime_test.rb
debug_helper_test.rb
form_helper_activerecord_test.rb
multifetch_cache_test.rb Remove FallbackFileSystemResolver 2021-04-06 14:20:48 -07:00
partial_rendering_query_test.rb Fix SELECT COUNT queries when rendering ActiveRecord collections (#40870) 2020-12-18 15:58:11 -05:00
polymorphic_routes_test.rb Prevent string polymorphic route arguments 2021-05-04 13:56:37 -07:00
relation_cache_test.rb Revert "Remove redundant @virtual_path variable" 2020-12-30 14:07:09 +01:00
render_partial_with_record_identification_test.rb