We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e54fa commit 0c481e4Copy full SHA for 0c481e4
cve_bin_tool/checkers/linuxptp.py
@@ -17,6 +17,6 @@ class LinuxptpChecker(Checker):
17
CONTAINS_PATTERNS: list[str] = []
18
FILENAME_PATTERNS: list[str] = []
19
VERSION_PATTERNS = [
20
- r"(?:ptp|PTP)[A-Za-z0-9_:% \[\]\-\.\r\n]*\r?\n([0-9]\.[0-9])\r?\n"
+ r"(?:ptp|PTP_)[A-Za-z0-9_:% \[\]\-\.\r\n]*\r?\n([0-9]\.[0-9])\r?\n"
21
]
22
VENDOR_PRODUCT = [("linuxptp_project", "linuxptp")]
0 commit comments