Merge pull request #21237 from github/urllib-typo-fix

Urllib typo fix
This commit is contained in:
Jon Janego
2026-01-29 17:32:12 -06:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ Python
* 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.
* The :code:`compression.zstd` library (added in Python 3.14) is now supported by the :code:`py/decompression-bomb` query.
* Added taint flow model and type model for :code:`urllib.parseurl`.
* Added taint flow model and type model for :code:`urllib.parse`.
* Remote flow sources for the :code:`python-socketio` package have been modeled.
* Additional models for remote flow sources for :code:`tornado.websocket.WebSocketHandler` have been added.

View File

@@ -15,7 +15,7 @@
* 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.
* The `compression.zstd` library (added in Python 3.14) is now supported by the `py/decompression-bomb` query.
* Added taint flow model and type model for `urllib.parseurl`.
* Added taint flow model and type model for `urllib.parse`.
* Remote flow sources for the `python-socketio` package have been modeled.
* Additional models for remote flow sources for `tornado.websocket.WebSocketHandler` have been added.

View File

@@ -15,6 +15,6 @@
* 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.
* The `compression.zstd` library (added in Python 3.14) is now supported by the `py/decompression-bomb` query.
* Added taint flow model and type model for `urllib.parseurl`.
* Added taint flow model and type model for `urllib.parse`.
* Remote flow sources for the `python-socketio` package have been modeled.
* Additional models for remote flow sources for `tornado.websocket.WebSocketHandler` have been added.