Skip to content

Commit

Permalink
feat: add universal fix to allow python detection on DLLs (#4538)
Browse files Browse the repository at this point in the history
  • Loading branch information
jananir640 authored Dec 18, 2024
1 parent f087bb9 commit d389887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cve_bin_tool/checkers/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ class PythonChecker(Checker):
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",
r"tags/v([23]+\.[0-9]+\.[0-9]+)\r?\nversion_info",
r"tags/v([23]+\.[0-9]+\.[0-9]+)\r?\n",
]
VENDOR_PRODUCT = [("python_software_foundation", "python"), ("python", "python")]

0 comments on commit d389887

Please sign in to comment.