diff mbox series

expat: correct CVE_PRODUCT mapping

Message ID 20260824110156.25775-1-devanshp@cisco.com
State Under Review
Headers show
Series expat: correct CVE_PRODUCT mapping | expand

Commit Message

Devansh Patel Aug. 24, 2026, 11:01 a.m. UTC
From: Devansh Patel <devanshp@cisco.com>

The current product-only mapping generates vendor-wildcard CPEs, while
the old libexpat:expat dictionary entries are deprecated.
libexpat_project:libexpat is the active NVD dictionary CPE and
configuration identity, and is also used by CNA affected-data records
for the packaged libexpat source.

This changes the generated product identity. With the frozen
sbom-cve-check database, the 63-entry CVE report is unchanged, so this is
an identity correction with no CVE delta.

Signed-off-by: Devansh Patel <devanshp@cisco.com>
---
 meta/recipes-core/expat/expat_2.8.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-core/expat/expat_2.8.3.bb b/meta/recipes-core/expat/expat_2.8.3.bb
index 79e8c15227..e431792826 100644
--- a/meta/recipes-core/expat/expat_2.8.3.bb
+++ b/meta/recipes-core/expat/expat_2.8.3.bb
@@ -30,4 +30,4 @@  do_install_ptest:class-target() {
 
 BBCLASSEXTEND += "native nativesdk"
 
-CVE_PRODUCT = "expat libexpat"
+CVE_PRODUCT = "libexpat_project:libexpat"