mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +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).