diff --git a/python315.changes b/python315.changes index f4659e9..b5f92dc 100644 --- a/python315.changes +++ b/python315.changes @@ -6692,7 +6692,8 @@ Sat Sep 7 15:36:03 UTC 2024 - Matej Cepl now refuse to serialize (write) headers that are unsafely folded or delimited; see verify_generated_headers. (Contributed by Bas Bloemsaat and - Petr Viktorin in gh-121650.; CVE-2024-6923, bsc#1228780) + Petr Viktorin in gh-121650.; CVE-2024-6923, bsc#1228780, + bsc#1257181) - gh-121723: Make logging.config.dictConfig() accept any object implementing the Queue public API. See the queue configuration section for details. Patch by Bénédikt Tran.