Ruby: rack - Rack::Response changenote

This commit is contained in:
Alex Ford
2023-07-05 15:15:34 +01:00
parent df62cf8a5a
commit 2b0b2855e1

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Query parameters and cookies from `Rack::Response` objects are recognized as potential sources of remote flow input.
* Calls to `Rack::Utils.parse_query` now propagate taint.