From 2236de2bd3151b306c4676f604d90191cfe754ae Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 8 Jan 2026 08:46:17 +0100 Subject: python3-tqdm: patch CVE-2024-34062 Details: https://nvd.nist.gov/vuln/detail/CVE-2024-34062 Pick the patch mentioned by the NVD advisory. Signed-off-by: Gyorgy Sarvari --- meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb index 3cb45f1a6e..5533b34d25 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.64.0.bb @@ -5,6 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT & MPL-2.0" LIC_FILES_CHKSUM = "file://LICENCE;md5=1672e2674934fd93a31c09cf17f34100" +SRC_URI += "file://CVE-2024-34062.patch" SRC_URI[sha256sum] = "40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d" inherit pypi python_setuptools_build_meta -- cgit v1.2.3-54-g00ecf