aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-04 12:45:48 +0200
committerKhem Raj <raj.khem@gmail.com>2022-07-05 09:23:04 -0400
commit5260705b4c81cb95f9776e213d051a3be1bdb9e4 (patch)
treeaf7ec05c60cdc918678e6aab8928f7514a2b6531 /meta-networking/recipes-protocols
parent1973a0adc6983273db2db0e9be195979e747eddc (diff)
downloadmeta-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>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow.inc4
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 15eb65ad32..ccafaf0de4 100644
--- a/meta-networking/recipes-protocols/openflow/openflow.inc
+++ b/meta-networking/recipes-protocols/openflow/openflow.inc
@@ -53,3 +53,7 @@ do_install:append() {
}
FILES:${PN} += "${nonarch_libdir}/tmpfiles.d"
+
+# This CVE is not for this product but cve-check assumes it is
+# because two CPE collides when checking the NVD database
+CVE_CHECK_IGNORE = "CVE-2018-1078"