summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2022-09-09 22:03:47 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-09-12 09:09:37 +0800
commit42c2329fb65963d75fe363189ccc27f7618db26d (patch)
treeb5d700e8a2e2099b9fe9353c3a3b2c9212c37194
parent6c98c82ad7100521425cbac0b898f358e2812017 (diff)
downloadmeta-dpdk-42c2329fb65963d75fe363189ccc27f7618db26d.tar.gz
dpdk/19.11: ignore CVE-2021-3839
This is fixed in 19.11 but the CPE data in NVD is incomplete. [upstream commit link : https://git.dpdk.org/dpdk-stable/commit/?h=19.11&id=aef547884b8a64c0754b4b7906ae9d7c912b8043] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-extended/dpdk/dpdk_19.11.9.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk_19.11.9.bb b/recipes-extended/dpdk/dpdk_19.11.9.bb
index 4d8ab19..437b9b6 100644
--- a/recipes-extended/dpdk/dpdk_19.11.9.bb
+++ b/recipes-extended/dpdk/dpdk_19.11.9.bb
@@ -12,6 +12,12 @@ LIC_FILES_CHKSUM = "file://license/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4
12 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \ 12 file://license/lgpl-2.1.txt;md5=4b54a1fd55a448865a0b32d41598759d \
13 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444" 13 file://license/bsd-3-clause.txt;md5=0f00d99239d922ffd13cabef83b33444"
14 14
15# CVE-2021-3839 has been fixed by commit aef547884b in 19.11
16# NVD database is incomplete
17CVE_CHECK_WHITELIST += "\
18 CVE-2021-3839 \
19"
20
15do_install_append () { 21do_install_append () {
16 # Remove the unneeded dir 22 # Remove the unneeded dir
17 rm -rf ${D}/${INSTALL_PATH}/${RTE_TARGET}/app 23 rm -rf ${D}/${INSTALL_PATH}/${RTE_TARGET}/app