mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
204 B
204 B
category
| 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).