summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openflow
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-15 15:48:41 +0200
committerKhem Raj <raj.khem@gmail.com>2022-07-15 12:48:34 -0400
commit72a41f8e31ecbe252662ee39fc5b149bf89e608b (patch)
tree40659a23238d9e5e6ca88a3231d87cb5a930b960 /meta-networking/recipes-protocols/openflow
parent5dfcb2603dd810251e8a9a4071cbf9255e73ca20 (diff)
downloadmeta-openembedded-72a41f8e31ecbe252662ee39fc5b149bf89e608b.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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/openflow')
-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 ccafaf0de..aaad0e00e 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"
13 13
14SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master" 14SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master"
15 15
16CVE_CHECK_IGNORE = "\
17 CVE-2015-1611 \
18 CVE-2015-1612 \
19"
20
16DEPENDS = "virtual/libc" 21DEPENDS = "virtual/libc"
17 22
18PACKAGECONFIG ??= "" 23PACKAGECONFIG ??= ""