From 66da651100b8f7f3b2d059e48bf646cb1b1b06b7 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Mon, 26 May 2025 11:20:41 +0800 Subject: [PATCH] dpdk : Drop obsolete CVE ignores as they are not relevant for current version The CPE data in the NVD database is now complete, so these ignores are no longer needed. Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- recipes-extended/dpdk/dpdk_22.11.7.bb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/recipes-extended/dpdk/dpdk_22.11.7.bb b/recipes-extended/dpdk/dpdk_22.11.7.bb index 32e6a18..9767fef 100644 --- a/recipes-extended/dpdk/dpdk_22.11.7.bb +++ b/recipes-extended/dpdk/dpdk_22.11.7.bb @@ -9,15 +9,6 @@ BRANCH = "22.11" SRCREV = "077a7044cc5b2533410f691c8db6fb4f6667b1ca" 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 EXTRA_OEMESON = " -Denable_kmods=false \ -Dexamples=all \