aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-15 15:48:41 +0200
committerArmin Kuster <akuster808@gmail.com>2022-07-18 07:02:41 -0700
commita47ef046619d639dfbd3be2a13ef6d5b40fd40a1 (patch)
treea52bd2e3940cf6b0935c022688405ff9da554b55
parent4b4c6f4a8a2a9944b6d56fbf33db7ecfb9b8a128 (diff)
downloadmeta-openembedded-contrib-a47ef046619d639dfbd3be2a13ef6d5b40fd40a1.tar.gz
openflow: ignore unrelated CVEs
CVE-2015-1611 and CVE-2015-1612 are not referred to our implementation of openflow as specified by the NVD database, ignore them. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc
index ccafaf0de4..aaad0e00e1 100644
--- a/meta-networking/recipes-protocols/openflow/openflow.inc
+++ b/meta-networking/recipes-protocols/openflow/openflow.inc
@@ -13,6 +13,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2"
SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master"
+CVE_CHECK_IGNORE = "\
+ CVE-2015-1611 \
+ CVE-2015-1612 \
+"
+
DEPENDS = "virtual/libc"
PACKAGECONFIG ??= ""