From 024b81ced42a095cd460783c4eddded72fe0872f Mon Sep 17 00:00:00 2001 From: Titouan Christophe Date: Mon, 8 Jun 2026 23:20:47 +0200 Subject: [PATCH] package/python3: remove stale IGNORE_CVES entry Patch 0013 was removed in Buildroot commit fdfbad13cad9d7f5640d3bf0aa2abc1c6016fd92 (python3 security bump to v3.12.12), as it has been integrated in Python3 upstream. However, said Buildroot commit did not remove the corresponding IGNORE_CVES, so remove it now. Signed-off-by: Titouan Christophe Signed-off-by: Thomas Perale --- package/python3/python3.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/package/python3/python3.mk b/package/python3/python3.mk index 60ab5b0cbc..7336c09ae8 100644 --- a/package/python3/python3.mk +++ b/package/python3/python3.mk @@ -13,9 +13,6 @@ PYTHON3_LICENSE_FILES = LICENSE PYTHON3_CPE_ID_VENDOR = python PYTHON3_CPE_ID_PRODUCT = python -# 0013-tarfile-now-validates-archives-to-ensure-member-offsets-are-non-negative.patch -PYTHON3_IGNORE_CVES += CVE-2025-8194 - # This host Python is installed in $(HOST_DIR), as it is needed when # cross-compiling third-party Python modules.