mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-05 05:04:45 +02:00
dpdk: ignore CVE-2022-0669
This is fixed in 21.11.1 but the CPE data in NVD is incomplete. [ upstream commit link https://git.dpdk.org/dpdk-stable/commit/?h=21.11&id=6cb68162e4b598b7c0747372fa3fcec9cddd19b8 ] Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
010674478c
commit
b479e720ab
|
@ -11,8 +11,11 @@ S = "${WORKDIR}/git"
|
|||
|
||||
# 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 \
|
||||
"
|
||||
|
||||
# kernel module is provide by dpdk-module recipe, so disable here
|
||||
|
|
Loading…
Reference in New Issue
Block a user