diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2022-09-07 13:14:18 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-09-08 10:42:41 +0800 |
commit | b479e720ab9565c010effe0a40cfafb774cce8d7 (patch) | |
tree | 6d9533e3338a758052305fca144ddcdc32bd56c1 /recipes-extended/dpdk | |
parent | 010674478cb18b2ce1824ee5950da41a6cc0a754 (diff) | |
download | meta-dpdk-b479e720ab9565c010effe0a40cfafb774cce8d7.tar.gz |
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>
Diffstat (limited to 'recipes-extended/dpdk')
-rw-r--r-- | recipes-extended/dpdk/dpdk_21.11.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
11 | 11 | ||
12 | # CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1 | 12 | # CVE-2021-3839 has been fixed by commit 4c40d30d2b in 21.11.1 |
13 | # NVD database is incomplete | 13 | # NVD database is incomplete |
14 | # CVE-2022-0669 has been fixed by commit 6cb68162e4 in 21.11.1 | ||
15 | # NVD database is incomplete | ||
14 | CVE_CHECK_IGNORE += "\ | 16 | CVE_CHECK_IGNORE += "\ |
15 | CVE-2021-3839 \ | 17 | CVE-2021-3839 \ |
18 | CVE-2022-0669 \ | ||
16 | " | 19 | " |
17 | 20 | ||
18 | # kernel module is provide by dpdk-module recipe, so disable here | 21 | # kernel module is provide by dpdk-module recipe, so disable here |