From: mark.yang Date: Mon, 13 Jul 2026 23:44:15 +0000 (+0900) Subject: python3-ply: set CVE_PRODUCT X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb80fef9a76649fb1144408fbc7e2903439cd556;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-ply: set CVE_PRODUCT NVD registers ply as dabeaz:ply, so the default python:ply vendor prefix never matches and no CVEs are reported. Use the exact vendor:product pair. CVE-2025-56005 will then show as unpatched; no fixed release exists. Suggested-by: Paul Barker Signed-off-by: mark.yang Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-ply_3.11.bb b/meta/recipes-devtools/python/python3-ply_3.11.bb index 2c5fa3f215..06393ac4fe 100644 --- a/meta/recipes-devtools/python/python3-ply_3.11.bb +++ b/meta/recipes-devtools/python/python3-ply_3.11.bb @@ -14,4 +14,6 @@ RDEPENDS:${PN}:class-target += "\ python3-shell \ " +CVE_PRODUCT = "dabeaz:ply" + BBCLASSEXTEND = "native nativesdk"