Skip to content

Commit

Permalink
nss: Whitelist CVEs related to libnssdbm
Browse files Browse the repository at this point in the history
  • Loading branch information
mbriand authored and akuster committed Feb 22, 2023
1 parent f0f9398 commit 50b6fb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta-oe/recipes-support/nss/nss_3.51.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -295,3 +295,7 @@ CVE_PRODUCT += "network_security_services"

# CVE-2006-5201 affects only Sun Solaris
CVE_CHECK_WHITELIST += "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_WHITELIST += "CVE-2017-11695 CVE-2017-11696 CVE-2017-11697 CVE-2017-11698"

0 comments on commit 50b6fb7

Please sign in to comment.