Skip to content

Commit d389887

Browse files
authored
feat: add universal fix to allow python detection on DLLs (#4538)
1 parent f087bb9 commit d389887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_bin_tool/checkers/python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ class PythonChecker(Checker):
2323
r"pymalloc_debug\r?\n([23]+\.[0-9]+\.[0-9]+)",
2424
r"([23]+\.[0-9]+\.[0-9]+)\r?\nPython %s",
2525
r"([23]+\.[0-9]+\.[0-9]+)\r?\n%\.80s \(%\.80s\) %\.80s",
26-
r"tags/v([23]+\.[0-9]+\.[0-9]+)\r?\nversion_info",
26+
r"tags/v([23]+\.[0-9]+\.[0-9]+)\r?\n",
2727
]
2828
VENDOR_PRODUCT = [("python_software_foundation", "python"), ("python", "python")]

0 commit comments

Comments
 (0)