Files
codeql/python/ql/lib/change-notes/2022-05-02-flask-request-files-modeling.md
Rasmus Wriedt Larsen 7e1be3172e Python: Add change-note
2022-05-02 14:24:13 +02:00

6 lines
204 B
Markdown

---
category: minorAnalysis
---
The modeling of `request.files` in Flask has been fixed, so we now properly handle
assignments to local variables (such as `files = request.files; files['key'].filename`).