Python change notes

This commit is contained in:
Dave Bartolomeo
2021-11-17 17:21:09 -05:00
parent 96deddf053
commit cd8a10d0a5
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
category: majorAnalysis
tags: [lgtm, codescanning]
---
* Added modeling of HTTP requests and responses when using `flask_admin` (`Flask-Admin` PyPI package), which leads to additional remote flow sources.

View File

@@ -0,0 +1,5 @@
---
category: majorAnalysis
tags: [lgtm, codescanning]
---
* Added modeling of the PyPI package `toml`, which provides encoding/decoding of TOML documents, leading to new taint-tracking steps.

View File

@@ -0,0 +1,5 @@
---
category: majorAnalysis
tags: [lgtm, codescanning]
---
* Added modeling of `aiopg` for sinks executing SQL.