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 d7a69a6 commit 0ef0ff9Copy full SHA for 0ef0ff9
cve_bin_tool/checkers/openssl.py
@@ -20,5 +20,6 @@ class OpensslChecker(Checker):
20
VERSION_PATTERNS = [
21
r"OpenSSL ([0-9]+\.[0-9]+\.[0-9]+[a-z]*) [a-zA-Z0-9 ]+\r?\n(?:%s \(Library: %s\)|[a-zA-Z0-9:,_ \.\-\r\n]*OPENSSLDIR|ssl)",
22
r"(?:%s \(Library: %s\)\r?\n|OPENSSLDIR[a-zA-Z0-9:/ \"\-\r\n]*)OpenSSL ([0-9]+\.[0-9]+\.[0-9]+[a-z]*) [a-zA-Z0-9 ]+",
23
+ r"openssl\\([0-9]+\.[0-9]+\.[0-9]+[a-z]*)",
24
]
25
VENDOR_PRODUCT = [("openssl", "openssl")]
0 commit comments