mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
nss: Whitelist CVEs related to libnssdbm
These CVEs only affect libnssdbm, compiled when --enable-legacy-db is used. https://bugzilla.mozilla.org/show_bug.cgi?id=1360782#c6 https://bugzilla.mozilla.org/show_bug.cgi?id=1360778#c8 https://bugzilla.mozilla.org/show_bug.cgi?id=1360900#c6 https://bugzilla.mozilla.org/show_bug.cgi?id=1360779#c9 Signed-off-by: Mathieu Dubois-Briand <mbriand@witekio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8e0432fd54
commit
90645db2fa
|
|
@ -284,3 +284,7 @@ CVE_PRODUCT += "network_security_services"
|
|||
|
||||
# CVE-2006-5201 affects only Sun Solaris
|
||||
CVE_CHECK_IGNORE += "CVE-2006-5201"
|
||||
|
||||
# CVES CVE-2017-11695 CVE-2017-11696 CVE-2017-11697 CVE-2017-11698 only affect
|
||||
# the legacy db (libnssdbm), only compiled with --enable-legacy-db.
|
||||
CVE_CHECK_IGNORE += "CVE-2017-11695 CVE-2017-11696 CVE-2017-11697 CVE-2017-11698"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user