From 50f46d2e31615800d05a14af6a6ec10d17880aa2612fe92d8aeb8e7ca4bfc7ba Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 21 Jun 2024 13:27:20 +0000 Subject: [PATCH] across multiple threads (bsc#1226447, CVE-2024-0397) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=130 --- python310.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python310.changes b/python310.changes index 86c4fc5..240c7ff 100644 --- a/python310.changes +++ b/python310.changes @@ -46,7 +46,7 @@ Thu Mar 21 07:38:15 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) - Remove upstreamed patches: - CVE-2023-6597-TempDir-cleaning-symlink.patch - libexpat260.patch