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 0eae0cb commit 3029cb0Copy full SHA for 3029cb0
cve_bin_tool/checkers/openssl.py
@@ -19,6 +19,6 @@ class OpensslChecker(Checker):
19
FILENAME_PATTERNS = [r"libssl.so.", r"libcrypto.so"]
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?\nOpenSSL ([0-9]+\.[0-9]+\.[0-9]+[a-z]*) [a-zA-Z0-9 ]+",
+ 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
]
24
VENDOR_PRODUCT = [("openssl", "openssl")]
0 commit comments