Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update libksba CPE ID #3217

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cve_bin_tool/checkers/libksba.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
CVE checker for libksba:

https://www.cvedetails.com/product/64485/Libksba-Project-Libksba.html?vendor_id=14973
https://www.cvedetails.com/product/139830/Gnupg-Libksba.html?vendor_id=4711

"""
from __future__ import annotations
Expand All @@ -17,4 +17,4 @@ class LibksbaChecker(Checker):
CONTAINS_PATTERNS: list[str] = []
FILENAME_PATTERNS: list[str] = []
VERSION_PATTERNS = [r"Libksba ([0-9]+\.[0-9]+\.[0-9]+)"]
VENDOR_PRODUCT = [("libksba_project", "libksba")]
VENDOR_PRODUCT = [("gnupg", "libksba")]