Merge pull request #5681 from yoff/python-support-pathlib

Approved by tausbn
This commit is contained in:
CodeQL CI
2021-05-04 09:20:24 -07:00
committed by GitHub
6 changed files with 226 additions and 15 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added modeling of `pathlib` from the standard library to recognize `Path` objects constructed in various ways and resulting file accesses. This can lead to new results for `py/path-injection`.