summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2022-09-13 10:55:55 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-09-19 11:22:12 +0800
commit0474fd940ecd2c1d3157eff9507a60e717afca86 (patch)
tree79e50f312ab32e7ed8d639cb3ecb3ccf7d0a7dac
parentb479e720ab9565c010effe0a40cfafb774cce8d7 (diff)
downloadmeta-dpdk-0474fd940ecd2c1d3157eff9507a60e717afca86.tar.gz
dpdk-module/21.11: ignore CVE-2021-3839 and CVE-2022-0669
These are 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-module_21.11.2.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-extended/dpdk/dpdk-module_21.11.2.bb b/recipes-extended/dpdk/dpdk-module_21.11.2.bb
index d7ce6a0..307ff40 100644
--- a/recipes-extended/dpdk/dpdk-module_21.11.2.bb
+++ b/recipes-extended/dpdk/dpdk-module_21.11.2.bb
@@ -47,3 +47,12 @@ do_install() {
47 O=${STAGING_KERNEL_BUILDDIR} \ 47 O=${STAGING_KERNEL_BUILDDIR} \
48 ${MODULES_INSTALL_TARGET} 48 ${MODULES_INSTALL_TARGET}
49} 49}
50
51# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
52# NVD database is incomplete
53# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1
54# NVD database is incomplete
55CVE_CHECK_IGNORE += "\
56 CVE-2021-3839 \
57 CVE-2022-0669 \
58"