summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/mdns
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/mdns
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/mdns')
-rw-r--r--meta-networking/recipes-protocols/mdns/mdns_1790.80.10.bb22
1 files changed, 10 insertions, 12 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