Skip to content

Commit f14ccd8

Browse files
authored
Fix typo in taint flow model for urllib.parse
1 parent e54d7c7 commit f14ccd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)