summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2023-07-26 11:50:09 +0200
committerKhem Raj <raj.khem@gmail.com>2023-07-27 08:54:40 -0700
commit8af2f17a6fa8bf282c4c27054adbea1bf0873069 (patch)
tree22b6484379a0f3d3e2b89f958dda0fd45f2a1880 /meta-networking/recipes-protocols
parent4c201ede939610946847ccd4221320ed776224aa (diff)
downloadmeta-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')
-rw-r--r--meta-networking/recipes-protocols/mdns/mdns_1790.80.10.bb22
-rw-r--r--meta-networking/recipes-protocols/openflow/openflow.inc12
2 files changed, 14 insertions, 20 deletions
diff --git a/meta-networking/recipes-protocols/mdns/mdns_1790.80.10.bb b/meta-networking/recipes-protocols/mdns/mdns_1790.80.10.bb
index 46f1b70cb7..aff7954f50 100644
--- a/meta-networking/recipes-protocols/mdns/mdns_1790.80.10.bb
+++ b/meta-networking/recipes-protocols/mdns/mdns_1790.80.10.bb
@@ -46,18 +46,16 @@ PACKAGECONFIG[tls] = ",tls=no,mbedtls"
46 46
47CVE_PRODUCT = "apple:mdnsresponder" 47CVE_PRODUCT = "apple:mdnsresponder"
48 48
49# CVE-2007-0613 is not applicable as it only affects Apple products 49CVE_STATUS[CVE-2007-0613] = "not-applicable-platform: Issue affects Apple products \
50# i.e. ichat,mdnsresponder, instant message framework and MacOS. 50i.e. ichat,mdnsresponder, instant message framework and MacOS. Also, \
51# Also, https://www.exploit-db.com/exploits/3230 shows the part of code 51https://www.exploit-db.com/exploits/3230 shows the part of code \
52# affected by CVE-2007-0613 which is not preset in upstream source code. 52affected by CVE-2007-0613 which is not preset in upstream source code. \
53# Hence, CVE-2007-0613 does not affect other Yocto implementations and 53Hence, CVE-2007-0613 does not affect other Yocto implementations and \
54# is not reported for other distros can be marked whitelisted. 54is not reported for other distros can be marked whitelisted. \
55# Links: 55Links: https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613 \
56# https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613 56https://www.incibe-cert.es/en/early-warning/vulnerabilities/cve-2007-0613 \
57# https://www.incibe-cert.es/en/early-warning/vulnerabilities/cve-2007-0613 57https://security-tracker.debian.org/tracker/CVE-2007-0613 \
58# https://security-tracker.debian.org/tracker/CVE-2007-0613 58https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613"
59# https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613
60CVE_CHECK_IGNORE += "CVE-2007-0613"
61 59
62PARALLEL_MAKE = "" 60PARALLEL_MAKE = ""
63 61
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
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 = "\ 16CVE_STATUS[CVE-2015-1611] = "not-applicable-config: Not referred to our implementation of openflow"
17 CVE-2015-1611 \ 17CVE_STATUS[CVE-2015-1612] = "not-applicable-config: Not referred to our implementation of openflow"
18 CVE-2015-1612 \ 18CVE_STATUS[CVE-2018-1078] = "cpe-incorrect: This CVE is not for this product but cve-check assumes it is \
19" 19because two CPE collides when checking the NVD database"
20 20
21DEPENDS = "virtual/libc" 21DEPENDS = "virtual/libc"
22 22
@@ -58,7 +58,3 @@ do_install:append() {
58} 58}
59 59
60FILES:${PN} += "${nonarch_libdir}/tmpfiles.d" 60FILES:${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
64CVE_CHECK_IGNORE = "CVE-2018-1078"