diff mbox series

[meta-oe,wrynose,34/42] mariadb: correct CVE_PRODUCT mapping

Message ID 20260923104056.457360-34-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-oe,wrynose,1/42] c-ares: mark CVEs fixed | expand

Commit Message

Ankur Tyagi Sept. 23, 2026, 10:40 a.m. UTC
From: Devansh Patel <devanshp@cisco.com>

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 <devanshp@cisco.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
(cherry picked from commit 099991739cb0805e63a11076d268dc7a99da8d1b)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 meta-oe/recipes-dbs/mysql/mariadb_11.4.12.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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