mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
db: set correct product and version for CVE matches
We may ship db 5.3.28, but the CVE database knows this as oracle_berkeley_db 11.2.5.3.28. (From OE-Core rev: f348cd641416d2750dfec8e19bd01e7ae9f809aa) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
325096cd2a
commit
df1ead11d2
@@ -14,6 +14,9 @@ HOMEPAGE = "http://www.oracle.com/technetwork/database/database-technologies/ber
|
|||||||
LICENSE = "Sleepycat"
|
LICENSE = "Sleepycat"
|
||||||
RCONFLICTS_${PN} = "db3"
|
RCONFLICTS_${PN} = "db3"
|
||||||
|
|
||||||
|
CVE_PRODUCT = "oracle_berkeley_db"
|
||||||
|
CVE_VERSION = "11.2.${PV}"
|
||||||
|
|
||||||
PR = "r1"
|
PR = "r1"
|
||||||
PE = "1"
|
PE = "1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user