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 c1d18c2 commit 1fe4be7Copy full SHA for 1fe4be7
cve_bin_tool/checkers/python.py
@@ -19,7 +19,7 @@ class PythonChecker(Checker):
19
]
20
FILENAME_PATTERNS = [r"python"]
21
VERSION_PATTERNS = [
22
- r"python(?:[23]+\.[0-9])-([23]+\.[0-9]+\.[0-9]+)",
+ r"python(?:[23]+\.[0-9]+)-([23]+\.[0-9]+\.[0-9]+)",
23
r"pymalloc_debug\r?\n([23]+\.[0-9]+\.[0-9]+)",
24
r"([23]+\.[0-9]+\.[0-9]+)\r?\nPython %s",
25
r"([23]+\.[0-9]+\.[0-9]+)\r?\n%\.80s \(%\.80s\) %\.80s",
0 commit comments