From e6e05012c848e0c617e1a7c83320bc44e839a541 Mon Sep 17 00:00:00 2001 From: Taus Date: Tue, 9 Dec 2025 22:55:40 +0000 Subject: [PATCH] Python: Add change note --- .../2025-12-09-add-modelling-of-zstd-compression.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/ql/lib/change-notes/2025-12-09-add-modelling-of-zstd-compression.md diff --git a/python/ql/lib/change-notes/2025-12-09-add-modelling-of-zstd-compression.md b/python/ql/lib/change-notes/2025-12-09-add-modelling-of-zstd-compression.md new file mode 100644 index 00000000000..8ec42ca0db2 --- /dev/null +++ b/python/ql/lib/change-notes/2025-12-09-add-modelling-of-zstd-compression.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* The `compression.zstd` library (added in Python 3.14) is now supported by the `py/decompression-bomb` query.