Files
codeql/python/change-notes/2021-10-28-flask-send_file.md
Rasmus Wriedt Larsen 0acf6aaec8 Python: Add change-note
2021-10-28 13:45:34 +02:00

3 lines
366 B
Markdown

lgtm,codescanning
* Added modeling of the `send_from_directory` and `send_file` functions from the `flask` PyPI package, resulting in additional sinks for the _Uncontrolled data used in path expression_ (`py/path-injection`) query. This addition was originally [submitted as an external contribution by @porcupineyhairs](https://github.com/github/codeql/pull/6330).