Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core] [PATCH] db: correct CVE_PRODUCT
@ 2021-04-19 13:45 zhengruoqin
  2021-04-19  6:01 ` Chen Qi
  2021-04-19  6:59 ` Mikko Rapeli
  0 siblings, 2 replies; 6+ messages in thread
From: zhengruoqin @ 2021-04-19 13:45 UTC (permalink / raw)
  To: openembedded-core

In the CVE database, now it use db2 instead of oracle_berkeley_db.
So, in order to be handled correctly by CVE check, modify CVE_ PRODUCT.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
---
 meta/recipes-support/db/db_5.3.28.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb
index 9cb57e6a53..05720053f4 100644
--- a/meta/recipes-support/db/db_5.3.28.bb
+++ b/meta/recipes-support/db/db_5.3.28.bb
@@ -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 = "db2"
 CVE_VERSION = "11.2.${PV}"
 
 PR = "r1"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-20  2:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-19 13:45 [OE-core] [PATCH] db: correct CVE_PRODUCT zhengruoqin
2021-04-19  6:01 ` Chen Qi
2021-04-19  6:59 ` Mikko Rapeli
2021-04-20  1:55   ` zhengruoqin
2021-04-20  2:27     ` Chen Qi
     [not found]     ` <16776F7A4F5368B1.4443@lists.openembedded.org>
2021-04-20  2:40       ` Chen Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox