From: Himanshu Jadon Date: Thu, 23 Jul 2026 12:54:17 +0000 (-0700) Subject: python3-pip: set CVE_PRODUCT X-Git-Tag: uninative-5.2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a486abd4889ad03e1a8ddd5311595f3ece7d61b6;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pip: set CVE_PRODUCT CVE_PRODUCT is not set for python3-pip, so cve-check can miss or misreport pip CVEs. CVE-2026-8643 is reported in NVD with pypa:pip. Add CVE_PRODUCT to match the NVD product name and report this CVE correctly. Signed-off-by: Himanshu Jadon Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pip_26.1.2.bb b/meta/recipes-devtools/python/python3-pip_26.1.2.bb index 9a02409298..945aad1834 100644 --- a/meta/recipes-devtools/python/python3-pip_26.1.2.bb +++ b/meta/recipes-devtools/python/python3-pip_26.1.2.bb @@ -28,6 +28,8 @@ SRC_URI += "file://no_shebang_mangling.patch" SRC_URI[sha256sum] = "f49cd134c61cf2fd75e0ce2676db03e4054504a5a4986d00f8299ae632dc4605" +CVE_PRODUCT = "pypa:pip" + do_install:append(){ # pip vendors distlib which ships Windows launcher templates (*.exe). # Keep them only when building for a Windows (mingw) host.