Skip to content

Commit

Permalink
fix: drop gpgme CPE ID without 0 CVEs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ffontaine committed Dec 19, 2023
1 parent ba9608d commit 3570eb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cve_bin_tool/checkers/gpgme.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"""
CVE checker for gpgme
https://www.cvedetails.com/product/94121/?q=Gpgme
https://www.cvedetails.com/product/10513/GNU-Gpgme.html?vendor_id=72
"""
Expand All @@ -20,4 +19,4 @@ class GpgmeChecker(Checker):
r"This is GPGME ([0-9]+\.[0-9]+\.[0-9]+) \- The GnuPG Made Easy library",
r"GPGME-Tool ([0-9]+\.[0-9]+\.[0-9]+) ready",
]
VENDOR_PRODUCT = [("gnupg", "gpgme"), ("gnu", "gpgme")]
VENDOR_PRODUCT = [("gnu", "gpgme")]

0 comments on commit 3570eb8

Please sign in to comment.