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 f93eccd commit a255140Copy full SHA for a255140
cve_bin_tool/checkers/openssl.py
@@ -18,7 +18,7 @@ class OpensslChecker(Checker):
18
CONTAINS_PATTERNS = [r"part of OpenSSL", r"openssl.cnf", r"-DOPENSSL_"]
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)",
+ 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 ]+",
23
]
24
VENDOR_PRODUCT = [("openssl", "openssl")]
0 commit comments