mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
db: update CVE_PRODUCT
Update CVE_PRODUCT to also include 'berkeley_db'. For example, CVE-2020-2981 uses 'berkeley_db'. (From OE-Core rev: ad799b109716ccd2f44dcf7a6a4cfcbd622ea661) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,7 +15,7 @@ HOMEPAGE = "https://www.oracle.com/database/technologies/related/berkeleydb.html
|
||||
LICENSE = "Sleepycat"
|
||||
RCONFLICTS_${PN} = "db3"
|
||||
|
||||
CVE_PRODUCT = "oracle_berkeley_db"
|
||||
CVE_PRODUCT = "oracle_berkeley_db berkeley_db"
|
||||
CVE_VERSION = "11.2.${PV}"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
Reference in New Issue
Block a user