1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/cache/behaviors
Dylan Thacker-Smith 9b4aef4be3
activesupport: Avoid Marshal.load on raw cache value in RedisCacheStore
The same value for the `raw` option should be provided for both reading and
writing to avoid Marshal.load being called on untrusted data.

[CVE-2020-8165]
2020-05-15 15:38:33 -07:00
..
autoloading_cache_behavior.rb allow running each test with pure ruby path/to/test.rb 2019-12-18 08:49:19 -06:00
cache_delete_matched_behavior.rb Allow rubocop check more files 2018-04-19 23:25:39 +03:00
cache_increment_decrement_behavior.rb activesupport: Avoid Marshal.load on raw cache value in RedisCacheStore 2020-05-15 15:38:33 -07:00
cache_instrumentation_behavior.rb Add tests for empty fetch 2020-01-24 09:54:01 -08:00
cache_store_behavior.rb activesupport: Avoid Marshal.load on raw cache value in RedisCacheStore 2020-05-15 15:38:33 -07:00
cache_store_version_behavior.rb Allow rubocop check more files 2018-04-19 23:25:39 +03:00
connection_pool_behavior.rb Allow cache tests to be run in parallel 2020-01-24 09:54:55 -08:00
encoded_key_cache_behavior.rb activesupport: Avoid Marshal.load on raw cache value in RedisCacheStore 2020-05-15 15:38:33 -07:00
failure_safety_behavior.rb Allow rubocop check more files 2018-04-19 23:25:39 +03:00
local_cache_behavior.rb activesupport: Avoid Marshal.load on raw cache value in RedisCacheStore 2020-05-15 15:38:33 -07:00