summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ab538c620e..c425b48e19 100644
--- a/meta-networking/recipes-protocols/openflow/openflow.inc
+++ b/meta-networking/recipes-protocols/openflow/openflow.inc
@@ -35,3 +35,7 @@ do_install_append() {
35 # Remove /var/run as it is created on startup 35 # Remove /var/run as it is created on startup
36 rm -rf ${D}${localstatedir}/run 36 rm -rf ${D}${localstatedir}/run
37} 37}
38
39# This CVE is not for this product but cve-check assumes it is
40# because two CPE collides when checking the NVD database
41CVE_CHECK_WHITELIST = "CVE-2018-1078"