From 72a41f8e31ecbe252662ee39fc5b149bf89e608b Mon Sep 17 00:00:00 2001 From: Davide Gardenal Date: Fri, 15 Jul 2022 15:48:41 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/openflow/openflow.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-networking/recipes-protocols') 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 ??= "" -- cgit v1.2.3-54-g00ecf