From 5d23770adc80e996393fcf6ffec23cdae43cfa48 Mon Sep 17 00:00:00 2001 From: Devansh Patel Date: Wed, 26 Aug 2026 00:53:47 -0700 Subject: [PATCH] jq: correct CVE_PRODUCT mapping The default product-only mapping generates a vendor-wildcard CPE. Use jq_project:jq for the historical NVD dictionary CPE and configuration identity carrying two jq 1.5 CVEs, and jqlang:jq for the active NVD dictionary CPE and configuration identity plus CNA affected-data identity used by the current upstream. This changes the generated identities to two exact CPEs, but the frozen sbom-cve-check database leaves the 26-entry CVE report unchanged, with no current CVE delta. Signed-off-by: Devansh Patel Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/jq/jq_1.8.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/jq/jq_1.8.2.bb b/meta-oe/recipes-devtools/jq/jq_1.8.2.bb index c413391a7a..0bbe6e009f 100644 --- a/meta-oe/recipes-devtools/jq/jq_1.8.2.bb +++ b/meta-oe/recipes-devtools/jq/jq_1.8.2.bb @@ -14,6 +14,8 @@ SRC_URI = "git://github.com/jqlang/jq.git;protocol=https;branch=master;tag=jq-${ file://run-ptest \ " +CVE_PRODUCT = "jq_project:jq jqlang:jq" + inherit autotools ptest UPSTREAM_CHECK_GITTAGREGEX = "${BPN}-(?P\d+(\.\d+)+)"