From 992cbf442ea64265475efd2c5b067ac0166a3d73fa87ac8820721a9d229e9381 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 21 Jun 2024 14:02:10 +0000 Subject: [PATCH] multiple threads (bsc#1226447, CVE-2024-0397). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=126 --- python311.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.