From 8dffafdd1dcf46ea5d544044a238364eed6d0535 Mon Sep 17 00:00:00 2001 From: Devansh Patel Date: Wed, 26 Aug 2026 00:53:47 -0700 Subject: [PATCH] dnsmasq: correct CVE_PRODUCT mapping The default product-only mapping generates vendor-wildcard CPEs for the recipe's Simon Kelley source. dnsmasq:dnsmasq is an NVD configuration identity and CNA affected-data identity; the_kelleys:dnsmasq is an NVD configuration identity; and thekelleys:dnsmasq is an active NVD dictionary CPE and configuration identity with CNA affected-data records. This changes the generated product identities. With the frozen sbom-cve-check database, the 48-entry CVE report is unchanged, so this is an identity correction with no CVE delta. Signed-off-by: Devansh Patel Signed-off-by: Khem Raj --- meta-networking/recipes-support/dnsmasq/dnsmasq_2.93.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.93.bb b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.93.bb index e2e365e81e..551b3884d6 100644 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq_2.93.bb +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq_2.93.bb @@ -18,6 +18,8 @@ SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getV " SRC_URI[sha256sum] = "cc967771abdafeb43d10db18932d6b59fd4bed2c69c22acf8cb96aff6920d55f" +CVE_PRODUCT = "dnsmasq:dnsmasq the_kelleys:dnsmasq thekelleys:dnsmasq" + inherit pkgconfig update-rc.d systemd INITSCRIPT_NAME = "dnsmasq"