Files
codeql/python/change-notes/2021-11-24-FastAPI-FileResponse-FileSystemAccess copy.md
Rasmus Wriedt Larsen d493cfdf3a Python: Model FastAPI FileResponse as FileSystemAccess
This was an oversight from our initial FastAPI modeling work.
2021-11-24 11:44:51 +01:00

3 lines
230 B
Markdown

lgtm,codescanning
* Extended the modeling of FastAPI such that `fastapi.responses.FileResponse` are considered `FileSystemAccess`, making them sinks for the _Uncontrolled data used in path expression_ (`py/path-injection`) query.