Skip to content

Commit 611e68b

Browse files
ffontaineterriko
andauthored
fix: improve libnss checker (#2539)
mozilla:nss is a valid CPE ID (with 4 associated CVEs) Signed-off-by: Fabrice Fontaine <[email protected]> Co-authored-by: Terri Oda <[email protected]>
1 parent 58f6518 commit 611e68b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cve_bin_tool/checkers/libnss.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
88
References:
99
http://www.cvedetails.com/vulnerability-list/vendor_id-452/product_id-4052/Mozilla-Network-Security-Services.html
10+
https://www.cvedetails.com/product/17794/Mozilla-NSS.html?vendor_id=452
1011
1112
RSS feed: http://www.cvedetails.com/vulnerability-feed.php?vendor_id=452&product_id=4052&version_id=&orderby=3&cvssscoremin=0
1213
"""
@@ -34,4 +35,4 @@ class LibnssChecker(Checker):
3435
r"\@\(#\)NSS ([01234]+\.[0-9]+\.[0-9]+) Basic",
3536
r"\@\(#\)NSS ([01234]+\.[0-9]+\.[0-9]+)\.[0-9]+ Basic",
3637
]
37-
VENDOR_PRODUCT = [("mozilla", "network_security_services")]
38+
VENDOR_PRODUCT = [("mozilla", "nss"), ("mozilla", "network_security_services")]

0 commit comments

Comments
 (0)