We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963f71 commit 3088ca1Copy full SHA for 3088ca1
cve_bin_tool/checkers/gpgme.py
@@ -4,7 +4,6 @@
4
"""
5
CVE checker for gpgme
6
7
-https://www.cvedetails.com/product/94121/?q=Gpgme
8
https://www.cvedetails.com/product/10513/GNU-Gpgme.html?vendor_id=72
9
10
@@ -20,4 +19,4 @@ class GpgmeChecker(Checker):
20
19
r"This is GPGME ([0-9]+\.[0-9]+\.[0-9]+) \- The GnuPG Made Easy library",
21
r"GPGME-Tool ([0-9]+\.[0-9]+\.[0-9]+) ready",
22
]
23
- VENDOR_PRODUCT = [("gnupg", "gpgme"), ("gnu", "gpgme")]
+ VENDOR_PRODUCT = [("gnu", "gpgme")]
0 commit comments