Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.5:Update
rubygem-actionpack-5_1.16502
0001-CVE-2019-5418_and_CVE-2019-5419.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-CVE-2019-5418_and_CVE-2019-5419.patch of Package rubygem-actionpack-5_1.16502
diff --git actionpack/lib/action_dispatch/http/mime_negotiation.rb b/actionpack/lib/action_dispatch/http/mime_negotiation.rb index c4fe3a5c09..9a93a454bc 100644 --- actionpack/lib/action_dispatch/http/mime_negotiation.rb +++ actionpack/lib/action_dispatch/http/mime_negotiation.rb @@ -76,6 +76,11 @@ def formats else [Mime[:html]] end + + v = v.select do |format| + format.symbol || format.ref == "*/*" + end + set_header k, v end end
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor