diff options
author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-07-04 12:45:48 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-07-05 09:23:04 -0400 |
commit | 5260705b4c81cb95f9776e213d051a3be1bdb9e4 (patch) | |
tree | af7ec05c60cdc918678e6aab8928f7514a2b6531 | |
parent | 1973a0adc6983273db2db0e9be195979e747eddc (diff) | |
download | meta-openembedded-5260705b4c81cb95f9776e213d051a3be1bdb9e4.tar.gz |
openflow: ignore CVE-2018-1078
CVE-2018-1078 is not for openflow but in the NVD database the
CVE is for a specific implementation that we don't have so we
can ignore it.
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index 15eb65ad3..ccafaf0de 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
@@ -53,3 +53,7 @@ do_install:append() { | |||
53 | } | 53 | } |
54 | 54 | ||
55 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" | 55 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" |
56 | |||
57 | # This CVE is not for this product but cve-check assumes it is | ||
58 | # because two CPE collides when checking the NVD database | ||
59 | CVE_CHECK_IGNORE = "CVE-2018-1078" | ||