diff --git a/recipes-extended/dpdk/dpdk_21.11.2.bb b/recipes-extended/dpdk/dpdk_21.11.2.bb index 570648a..6f1c521 100644 --- a/recipes-extended/dpdk/dpdk_21.11.2.bb +++ b/recipes-extended/dpdk/dpdk_21.11.2.bb @@ -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