Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2979f98

Browse files
committed
Python: Add missing change notes
I looked through PRs between rc/1.24 and rc/1.25 and added missing change notes for: - #3314 - #3302 - #3212 - #3453 - #3407 - #3563 ``` git log --grep="Merge pull request" --format=oneline rc/1.24..rc/1.25 -- python/ ```
1 parent 8e8c65a commit 2979f98

1 file changed

Lines changed: 6 additions & 19 deletions

File tree

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
# Improvements to Python analysis
22

3-
The following changes in version 1.25 affect Python analysis in all applications.
4-
5-
## General improvements
6-
7-
8-
## New queries
9-
10-
| **Query** | **Tags** | **Purpose** |
11-
|-----------------------------|-----------|--------------------------------------------------------------------|
12-
13-
14-
## Changes to existing queries
15-
16-
| **Query** | **Expected impact** | **Change** |
17-
|----------------------------|------------------------|------------------------------------------------------------------|
18-
19-
20-
## Changes to libraries
21-
223
* Importing `semmle.python.web.HttpRequest` will no longer import `UntrustedStringKind` transitively. `UntrustedStringKind` is the most commonly used non-abstract subclass of `ExternalStringKind`. If not imported (by one mean or another), taint-tracking queries that concern `ExternalStringKind` will not produce any results. Please ensure such queries contain an explicit import (`import semmle.python.security.strings.Untrusted`).
4+
* Added model of taint sources for HTTP servers using `http.server`.
5+
* Added taint modeling of routed parameters in flask.
6+
* Improved modeling of builtin methods on strings for taint tracking.
7+
* Improved classification of test files.
8+
* New class `BoundMethodValue` exposing information about a bound method.
9+
* The query `py/command-line-injection` now recognizes command execution with the `fabric` and `invoke` Python libraries.

0 commit comments

Comments
 (0)