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 5026a8a commit 03f4540Copy full SHA for 03f4540
cve_bin_tool/checkers/coreutils.py
@@ -18,6 +18,6 @@ class CoreutilsChecker(Checker):
18
FILENAME_PATTERNS: list[str] = []
19
VERSION_PATTERNS = [
20
r"coreutils-([0-9]+\.[0-9]+)",
21
- r"coreutils[a-zA-Z0-9:%'<>_/=!, \.\-\(\)\r\n]*\r?\n([0-9]+\.[0-9]+)",
+ r"coreutils[a-zA-Z0-9:%'<>_/=!, \.\-\(\)\r\n]*\r?\n([0-9]+\.[0-9]+)\r?\n",
22
]
23
VENDOR_PRODUCT = [("gnu", "coreutils")]
0 commit comments