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>
This commit is contained in:
Yogesh Tyagi 2022-09-13 10:55:55 +08:00 committed by Anuj Mittal
parent b479e720ab
commit 0474fd940e

View File

@ -47,3 +47,12 @@ do_install() {
O=${STAGING_KERNEL_BUILDDIR} \
${MODULES_INSTALL_TARGET}
}
# CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1
# NVD database is incomplete
# CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1
# NVD database is incomplete
CVE_CHECK_IGNORE += "\
CVE-2021-3839 \
CVE-2022-0669 \
"