diff options
| author | Andrej Valek <andrej.valek@siemens.com> | 2023-07-26 11:50:09 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-27 08:54:40 -0700 |
| commit | 8af2f17a6fa8bf282c4c27054adbea1bf0873069 (patch) | |
| tree | 22b6484379a0f3d3e2b89f958dda0fd45f2a1880 /meta-networking/recipes-protocols/openflow/openflow.inc | |
| parent | 4c201ede939610946847ccd4221320ed776224aa (diff) | |
| download | meta-openembedded-8af2f17a6fa8bf282c4c27054adbea1bf0873069.tar.gz | |
cve_check: convert CVE_CHECK_IGNORE to CVE_STATUS
- Try to add convert and apply statuses for old CVEs
- Drop some obsolete ignores, while they are not relevant for current
version
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols/openflow/openflow.inc')
| -rw-r--r-- | meta-networking/recipes-protocols/openflow/openflow.inc | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/meta-networking/recipes-protocols/openflow/openflow.inc b/meta-networking/recipes-protocols/openflow/openflow.inc index aaad0e00e1..7062d21462 100644 --- a/meta-networking/recipes-protocols/openflow/openflow.inc +++ b/meta-networking/recipes-protocols/openflow/openflow.inc | |||
| @@ -13,10 +13,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e870c934e2c3d6ccf085fd7cf0a1e2e2" | |||
| 13 | 13 | ||
| 14 | SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master" | 14 | SRC_URI = "git://gitosis.stanford.edu/openflow.git;protocol=git;branch=master" |
| 15 | 15 | ||
| 16 | CVE_CHECK_IGNORE = "\ | 16 | CVE_STATUS[CVE-2015-1611] = "not-applicable-config: Not referred to our implementation of openflow" |
| 17 | CVE-2015-1611 \ | 17 | CVE_STATUS[CVE-2015-1612] = "not-applicable-config: Not referred to our implementation of openflow" |
| 18 | CVE-2015-1612 \ | 18 | CVE_STATUS[CVE-2018-1078] = "cpe-incorrect: This CVE is not for this product but cve-check assumes it is \ |
| 19 | " | 19 | because two CPE collides when checking the NVD database" |
| 20 | 20 | ||
| 21 | DEPENDS = "virtual/libc" | 21 | DEPENDS = "virtual/libc" |
| 22 | 22 | ||
| @@ -58,7 +58,3 @@ do_install:append() { | |||
| 58 | } | 58 | } |
| 59 | 59 | ||
| 60 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" | 60 | FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" |
| 61 | |||
| 62 | # This CVE is not for this product but cve-check assumes it is | ||
| 63 | # because two CPE collides when checking the NVD database | ||
| 64 | CVE_CHECK_IGNORE = "CVE-2018-1078" | ||
