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>
This commit is contained in:
Yogesh Tyagi 2022-09-05 12:20:08 +08:00 committed by Anuj Mittal
parent b06ab02b69
commit ea9013a484

View File

@ -10,6 +10,12 @@ BRANCH = "21.11"
SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367"
S = "${WORKDIR}/git"
# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
# NVD database is incomplete
CVE_CHECK_IGNORE += "\
CVE-2021-3839 \
"
# kernel module is provide by dpdk-module recipe, so disable here
EXTRA_OEMESON = " -Denable_kmods=false \
-Dexamples=all \