We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4390c commit 7e1be31Copy full SHA for 7e1be31
1 file changed
python/ql/lib/change-notes/2022-05-02-flask-request-files-modeling.md
@@ -0,0 +1,5 @@
1
+---
2
+category: minorAnalysis
3
4
+The modeling of `request.files` in Flask has been fixed, so we now properly handle
5
+assignments to local variables (such as `files = request.files; files['key'].filename`).
0 commit comments