mirror of
git://git.yoctoproject.org/meta-dpdk.git
synced 2025-07-05 05:04:45 +02:00
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:
parent
b06ab02b69
commit
ea9013a484
|
@ -10,6 +10,12 @@ BRANCH = "21.11"
|
||||||
SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367"
|
SRCREV = "fcd039e4663bf2b595d7af3a8175a3e0bc09b367"
|
||||||
S = "${WORKDIR}/git"
|
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
|
# kernel module is provide by dpdk-module recipe, so disable here
|
||||||
EXTRA_OEMESON = " -Denable_kmods=false \
|
EXTRA_OEMESON = " -Denable_kmods=false \
|
||||||
-Dexamples=all \
|
-Dexamples=all \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user