]> code.ossystems Code Review - openembedded-core.git/commitdiff
db: set correct product and version for CVE matches
authorRoss Burton <ross.burton@intel.com>
Fri, 9 Feb 2018 12:39:08 +0000 (12:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Feb 2018 18:05:25 +0000 (18:05 +0000)
We may ship db 5.3.28, but the CVE database knows this as oracle_berkeley_db
11.2.5.3.28.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/db/db_5.3.28.bb

index fe71967715e7cb7d9a722188c233aca4485d74f8..093ee449097a2ed76ce8e523121a50a6f6acc387 100644 (file)
@@ -14,6 +14,9 @@ HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/ber
 LICENSE = "Sleepycat"
 RCONFLICTS_${PN} = "db3"
 
+CVE_PRODUCT = "oracle_berkeley_db"
+CVE_VERSION = "11.2.${PV}"
+
 PR = "r1"
 PE = "1"