mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
I think it's more readable to have only one to cover all of these changes, even though they came in through different PRs.
3 lines
265 B
Markdown
3 lines
265 B
Markdown
lgtm,codescanning
|
|
* Added modeling of many functions from the `os` module that uses file system paths, such as `os.stat`, `os.chdir`, `os.mkdir`, and so on. All of these are new sinks for the _Uncontrolled data used in path expression_ (`py/path-injection`) query.
|