mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Python change notes
This commit is contained in:
5
python/ql/src/change-notes/2021-11-02-flask_admin.md
Normal file
5
python/ql/src/change-notes/2021-11-02-flask_admin.md
Normal 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.
|
||||
5
python/ql/src/change-notes/2021-11-02-toml.md
Normal file
5
python/ql/src/change-notes/2021-11-02-toml.md
Normal 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.
|
||||
5
python/ql/src/change-notes/2021-11-09-model-aiopg.md
Normal file
5
python/ql/src/change-notes/2021-11-09-model-aiopg.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
tags: [lgtm, codescanning]
|
||||
---
|
||||
* Added modeling of `aiopg` for sinks executing SQL.
|
||||
Reference in New Issue
Block a user