You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ Python
183
183
184
184
* When a code-scanning configuration specifies the :code:`paths:` and/or :code:`paths-ignore:` settings, these are now taken into account by the Python extractor's search for YAML files.
185
185
* The :code:`compression.zstd` library (added in Python 3.14) is now supported by the :code:`py/decompression-bomb` query.
186
-
* Added taint flow model and type model for :code:`urllib.parseurl`.
186
+
* Added taint flow model and type model for :code:`urllib.parse`.
187
187
* Remote flow sources for the :code:`python-socketio` package have been modeled.
188
188
* Additional models for remote flow sources for :code:`tornado.websocket.WebSocketHandler` have been added.
Copy file name to clipboardExpand all lines: python/ql/lib/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
* When a code-scanning configuration specifies the `paths:` and/or `paths-ignore:` settings, these are now taken into account by the Python extractor's search for YAML files.
17
17
* The `compression.zstd` library (added in Python 3.14) is now supported by the `py/decompression-bomb` query.
18
-
* Added taint flow model and type model for `urllib.parseurl`.
18
+
* Added taint flow model and type model for `urllib.parse`.
19
19
* Remote flow sources for the `python-socketio` package have been modeled.
20
20
* Additional models for remote flow sources for `tornado.websocket.WebSocketHandler` have been added.
Copy file name to clipboardExpand all lines: python/ql/lib/change-notes/released/6.0.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,6 @@
15
15
16
16
* When a code-scanning configuration specifies the `paths:` and/or `paths-ignore:` settings, these are now taken into account by the Python extractor's search for YAML files.
17
17
* The `compression.zstd` library (added in Python 3.14) is now supported by the `py/decompression-bomb` query.
18
-
* Added taint flow model and type model for `urllib.parseurl`.
18
+
* Added taint flow model and type model for `urllib.parse`.
19
19
* Remote flow sources for the `python-socketio` package have been modeled.
20
20
* Additional models for remote flow sources for `tornado.websocket.WebSocketHandler` have been added.
0 commit comments