1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
Jean Boussier 10c64a472f
ActionDispatch::Executor don't fully trust body#close
Under certain circumstances, the middleware isn't informed that the
response body has been fully closed which result in request state not
being fully reset before the next request.

[CVE-2022-23633]
2022-02-11 10:08:04 -08:00
..
http Docs: Match example with the sentance. [ci-skip] 2021-12-16 17:50:23 +01:00
journey [Temporal] Test railties using multiline Regex 2021-10-13 19:14:20 -04:00
middleware ActionDispatch::Executor don't fully trust body#close 2022-02-11 10:08:04 -08:00
request Stringify keys in session.merge! 2022-02-05 11:23:45 +01:00
routing dump the dynamic route segments deprication horizon as it was not removed for rails 7.0 2021-12-23 13:19:02 +11:00
system_testing Don't start the server for the failure screenshot 2021-12-11 11:58:51 +01:00
testing Remove deprecated support to passing a path to fixture_file_upload relative to fixture_path 2021-11-17 21:51:15 +00:00
journey.rb Remove unused journey code 2020-04-25 00:40:37 +09:00
railtie.rb Pass log_rescued_responses as environment config 2021-07-19 00:08:30 +01:00
routing.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
system_test_case.rb Add fallback host for SystemTestCase driven by RackTest 2021-09-21 20:09:16 +02:00