From 099991739cb0805e63a11076d268dc7a99da8d1b Mon Sep 17 00:00:00 2001 From: Devansh Patel Date: Wed, 26 Aug 2026 00:53:47 -0700 Subject: [PATCH] mariadb: correct CVE_PRODUCT mapping The default product-only mapping generates a vendor-wildcard CPE. mariadb:mariadb is the active NVD dictionary CPE and configuration identity, and is also used by CNA affected data for the packaged MariaDB source. Deprecated mariadb_project records describe a separate Node.js connector. This changes the generated product identity to an exact CPE, but the frozen sbom-cve-check database leaves the 420-entry CVE report unchanged, with no current CVE delta. Signed-off-by: Devansh Patel Signed-off-by: Khem Raj --- meta-oe/recipes-dbs/mysql/mariadb_11.4.12.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-dbs/mysql/mariadb_11.4.12.bb b/meta-oe/recipes-dbs/mysql/mariadb_11.4.12.bb index b1d1355e2b..71c91f0b2f 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb_11.4.12.bb +++ b/meta-oe/recipes-dbs/mysql/mariadb_11.4.12.bb @@ -1,5 +1,7 @@ require mariadb.inc +CVE_PRODUCT = "mariadb:mariadb" + inherit ptest inherit useradd