diff --git a/python312.changes b/python312.changes index 987716f..c0fa746 100644 --- a/python312.changes +++ b/python312.changes @@ -268,7 +268,7 @@ Wed Apr 10 14:41:07 UTC 2024 - Matej Cepl - 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. + across multiple threads (bsc#1226447, CVE-2024-0397). - Core and Builtins - gh-109120: Added handle of incorrect star expressions, e.g f(3, *). Patch by Grigoryev Semyon