From 2c835dc33c7cc5a943a48c9fe18d7b5e4f38bc55 Mon Sep 17 00:00:00 2001 From: yoff Date: Wed, 26 Nov 2025 14:03:15 +0100 Subject: [PATCH] python: add changenote --- python/ql/lib/change-notes/2025-11-26-model-ParseResult.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/ql/lib/change-notes/2025-11-26-model-ParseResult.md diff --git a/python/ql/lib/change-notes/2025-11-26-model-ParseResult.md b/python/ql/lib/change-notes/2025-11-26-model-ParseResult.md new file mode 100644 index 00000000000..9d461643613 --- /dev/null +++ b/python/ql/lib/change-notes/2025-11-26-model-ParseResult.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added taint flow model and type model for `urllib.parseurl`. \ No newline at end of file