mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
380 B
380 B
lgtm,codescanning
- Added modeling of the
tempfilemodule for creating temporary files and directories, such as the functionstempfile.NamedTemporaryFileandtempfile.TemporaryDirectory. Thesuffix,prefix, anddirarguments are all vulnerable to path-injection, and these are new sinks for the Uncontrolled data used in path expression (py/path-injection) query.