From 98ee1baef80da27e148e55d4b2ae96143716064f Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 8 Mar 2024 13:07:00 +0100 Subject: [PATCH] Changes: Document changes in release Expat 2.6.2 --- expat/Changes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/expat/Changes b/expat/Changes index 64eb3de7..7a6fe3c0 100644 --- a/expat/Changes +++ b/expat/Changes @@ -2,6 +2,28 @@ NOTE: We are looking for help with a few things: https://github.com/libexpat/libexpat/labels/help%20wanted If you can help, please get in touch. Thanks! +Release 2.6.2 XXX XXXXXXXXXX XX XXXX + Security fixes: + #839 #842 CVE-2024-28757 -- Prevent billion laughs attacks with + isolated use of external parsers. Please see the commit + message of commit 1d50b80cf31de87750103656f6eb693746854aa8 + for details. + + Bug fixes: + #839 #841 Reject direct parameter entity recursion + and avoid the related undefined behavior + + Other changes: + #847 Autotools: Fix build for DOCBOOK_TO_MAN containing spaces + #837 Add missing #821 and #824 to 2.6.1 change log + + Special thanks to: + Philippe Antoine + Tomas Korbar + and + Clang UndefinedBehaviorSanitizer + OSS-Fuzz / ClusterFuzz + Release 2.6.1 Thu February 29 2024 Bug fixes: #817 Make tests independent of CPU speed, and thus more robust