summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2022-09-05 12:20:08 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-09-05 17:06:42 +0800
commitea9013a484520cec403e4daf3adb55fb690ad4da (patch)
tree401ef57e8580274b43a233245f338435e78f3921
parentb06ab02b695041011a6bb9ed02f7a50e1e8c064d (diff)
downloadmeta-dpdk-ea9013a484520cec403e4daf3adb55fb690ad4da.tar.gz
dpdk: ignore CVE-2021-3839
This is fixed in 21.11.1 but the CPE data in NVD is incomplete. 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_21.11.1.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk_21.11.1.bb b/recipes-extended/dpdk/dpdk_21.11.1.bb
index a54fc85..0b7dd75 100644
--- a/recipes-extended/dpdk/dpdk_21.11.1.bb
+++ b/recipes-extended/dpdk/dpdk_21.11.1.bb
@@ -10,6 +10,12 @@ BRANCH = "21.11"
10SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367" 10SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
14# NVD database is incomplete
15CVE_CHECK_IGNORE += "\
16 CVE-2021-3839 \
17"
18
13# kernel module is provide by dpdk-module recipe, so disable here 19# kernel module is provide by dpdk-module recipe, so disable here
14EXTRA_OEMESON = " -Denable_kmods=false \ 20EXTRA_OEMESON = " -Denable_kmods=false \
15 -Dexamples=all \ 21 -Dexamples=all \