Merge branch 'main' into stdlib-http-source-modeling

This commit is contained in:
Rasmus Wriedt Larsen
2020-12-15 11:59:23 +01:00
346 changed files with 25960 additions and 12242 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added modeling of `os.path.abspath` and `os.path.realpath` for Path Injection (py/path-injection).

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added model of `sqlite3` as SQL interface following PEP249, resulting in additional sinks for `py/sql-injection`.

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* Added model of `PyMySQL` PyPI package as a SQL interface following PEP249, resulting in additional sinks for `py/sql-injection`.