diff --git a/python311.changes b/python311.changes index 260aca9..c17f389 100644 --- a/python311.changes +++ b/python311.changes @@ -43,7 +43,7 @@ Mon Apr 8 05:44:04 UTC 2024 - Daniel Garcia - gh-114572: ssl.SSLContext.cert_store_stats() and ssl.SSLContext.get_ca_certs() now correctly lock access to the certificate store, when the ssl.SSLContext is shared across - multiple threads. + multiple threads (bsc#1226447, CVE-2024-0397). * Core and Builtins - gh-116296: Fix possible refleak in object.__reduce__() internal error handling.