]> code.ossystems Code Review - openembedded-core.git/commitdiff
db: update CVE_PRODUCT
authorChen Qi <Qi.Chen@windriver.com>
Tue, 20 Apr 2021 02:32:52 +0000 (19:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 May 2021 22:23:24 +0000 (23:23 +0100)
Update CVE_PRODUCT to also include 'berkeley_db'. For example,
CVE-2020-2981 uses 'berkeley_db'.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/db/db_5.3.28.bb

index 9cb57e6a53ec822a7a762e33e0d3388728ff213b..b2ae98f05c0258523f028b10c4c008a11ee06b59 100644 (file)
@@ -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"