mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-04 20:54:47 +02:00
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:
parent
b479e720ab
commit
0474fd940e
|
@ -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 \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user