aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-04 12:45:48 +0200
committerArmin Kuster <akuster808@gmail.com>2022-07-18 06:55:42 -0700
commitc1e7b0b993c294d52737e8e631badb5aaaefd2e3 (patch)
tree717ff30fdf70b731dc6e8c02be8c35540463f800
parent9bb44349a5966091a89b896ba78946adee1d2c34 (diff)
downloadmeta-openembedded-contrib-c1e7b0b993c294d52737e8e631badb5aaaefd2e3.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>
-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"