diff --git a/cve_bin_tool/checkers/python.py b/cve_bin_tool/checkers/python.py index 509d5b1fa7..8f6fdd2495 100644 --- a/cve_bin_tool/checkers/python.py +++ b/cve_bin_tool/checkers/python.py @@ -19,7 +19,7 @@ class PythonChecker(Checker): ] FILENAME_PATTERNS = [r"python"] VERSION_PATTERNS = [ - r"python(?:[23]+\.[0-9])-([23]+\.[0-9]+\.[0-9]+)", + r"python(?:[23]+\.[0-9]+)-([23]+\.[0-9]+\.[0-9]+)", r"pymalloc_debug\r?\n([23]+\.[0-9]+\.[0-9]+)", r"([23]+\.[0-9]+\.[0-9]+)\r?\nPython %s", r"([23]+\.[0-9]+\.[0-9]+)\r?\n%\.80s \(%\.80s\) %\.80s",