Skip to content

Commit 813d463

Browse files
authored
Fix typo in taint flow model for urllib.parse
1 parent 34800d1 commit 813d463

File tree

1 file changed

+1
-1
lines changed
  • python/ql/lib/change-notes/released

1 file changed

+1
-1
lines changed

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)