Update python/ql/lib/change-notes/2022-03-30-flask-recognize-body-param.md

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
Sebastian Bauersfeld
2022-04-01 18:41:27 +07:00
committed by GitHub
parent a3c3a7fe0d
commit 504e7e4a55

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* The body content of those Flask `Response` objects which were constructed by explicitly referring to the `response` parameter is now detected.
* Improved modeling of Flask `Response` objects, so passing a response body with the keyword argument `response` is now recognized.