Skip to content

Commit 18a2aca

Browse files
authored
Merge pull request #21237 from github/urllib-typo-fix
Urllib typo fix
2 parents 34800d1 + f14ccd8 commit 18a2aca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.24.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Python
183183

184184
* 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.
185185
* 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`.
187187
* Remote flow sources for the :code:`python-socketio` package have been modeled.
188188
* Additional models for remote flow sources for :code:`tornado.websocket.WebSocketHandler` have been added.
189189

python/ql/lib/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
* 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.
1717
* 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`.
1919
* Remote flow sources for the `python-socketio` package have been modeled.
2020
* Additional models for remote flow sources for `tornado.websocket.WebSocketHandler` have been added.
2121

python/ql/lib/change-notes/released/6.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
* 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.
1717
* 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`.
1919
* Remote flow sources for the `python-socketio` package have been modeled.
2020
* Additional models for remote flow sources for `tornado.websocket.WebSocketHandler` have been added.

0 commit comments

Comments
 (0)