summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/mdns
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-17 12:19:04 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-21 18:12:04 -0800
commitf2df2701790374429264c8f40b75e48548d384e1 (patch)
tree49ba05606d3b34d73d22d1ad9a90aaf7a5b0122c /meta-networking/recipes-protocols/mdns
parent1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10 (diff)
downloadmeta-openembedded-f2df2701790374429264c8f40b75e48548d384e1.tar.gz
recipes: Use new CVE_CHECK_IGNORE variable
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_1310.140.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb b/meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb
index 5c6d22020..205dc929b 100644
--- a/meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb
+++ b/meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb
@@ -38,7 +38,7 @@ CVE_PRODUCT = "apple:mdnsresponder"
38# https://www.incibe-cert.es/en/early-warning/vulnerabilities/cve-2007-0613 38# https://www.incibe-cert.es/en/early-warning/vulnerabilities/cve-2007-0613
39# https://security-tracker.debian.org/tracker/CVE-2007-0613 39# https://security-tracker.debian.org/tracker/CVE-2007-0613
40# https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613 40# https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613
41CVE_CHECK_WHITELIST += "CVE-2007-0613" 41CVE_CHECK_IGNORE += "CVE-2007-0613"
42 42
43PARALLEL_MAKE = "" 43PARALLEL_MAKE = ""
44 44