Skip to content

Commit 3088ca1

Browse files
ffontaineinosmeet
authored andcommitted
fix: drop gpgme CPE ID without CVEs (intel#3632)
gpupg:gpgme is a CPE ID without any CVEs so drop it: https://www.cvedetails.com/vulnerability-list/vendor_id-4711/product_id-94121/Gnupg-Gpgme.html Signed-off-by: Fabrice Fontaine <[email protected]>
1 parent f963f71 commit 3088ca1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cve_bin_tool/checkers/gpgme.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"""
55
CVE checker for gpgme
66
7-
https://www.cvedetails.com/product/94121/?q=Gpgme
87
https://www.cvedetails.com/product/10513/GNU-Gpgme.html?vendor_id=72
98
109
"""
@@ -20,4 +19,4 @@ class GpgmeChecker(Checker):
2019
r"This is GPGME ([0-9]+\.[0-9]+\.[0-9]+) \- The GnuPG Made Easy library",
2120
r"GPGME-Tool ([0-9]+\.[0-9]+\.[0-9]+) ready",
2221
]
23-
VENDOR_PRODUCT = [("gnupg", "gpgme"), ("gnu", "gpgme")]
22+
VENDOR_PRODUCT = [("gnu", "gpgme")]

0 commit comments

Comments
 (0)