Update change-notes/1.25/analysis-python.md

Co-authored-by: Rasmus Wriedt Larsen <rasmuswl@github.com>
This commit is contained in:
Calum Grant
2020-09-11 13:16:26 +01:00
committed by GitHub
parent 038688a55c
commit 3414063f2e

View File

@@ -5,5 +5,5 @@
* Added taint modeling of routed parameters in Flask. * Added taint modeling of routed parameters in Flask.
* Improved modeling of built-in methods on strings for taint tracking. * Improved modeling of built-in methods on strings for taint tracking.
* Improved classification of test files. * Improved classification of test files.
* New class `BoundMethodValue` exposing information about a bound method. * New class `BoundMethodValue` represents a bound method during runtime.
* The query `py/command-line-injection` now recognizes command execution with the `fabric` and `invoke` Python libraries. * The query `py/command-line-injection` now recognizes command execution with the `fabric` and `invoke` Python libraries.