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 2e7eb9b commit a614041Copy full SHA for a614041
cve_bin_tool/checkers/sqlite.py
@@ -58,7 +58,8 @@ class SqliteChecker(Checker):
58
VERSION_PATTERNS = [
59
r"Id: SQLite version (\d+\.\d+\.\d+)",
60
r"(\d{4}-\d{2}-\d{2} \d+:\d+:\d+ [\w]+)[a-z\r\n]*(?:SQLite|SQLITE|DESC)",
61
- r"SQLite format[a-zA-Z0-9_`=:;<>?^@'()&%}*$! \\\"\[\]\t\r\n]*(\d+\.\d+\.\d+)",
+ r"SQLite format[a-zA-Z0-9_`=:;<>?^@'()&%{|}*$!_#;~, \-\\\"\[\]\t\.\r\n]*(\d+\.\d+\.\d+)",
62
+ r"(\d+\.\d+\.\d+)[a-zA-Z0-9!#$%&'()*+,/:;<=>?@^_`{|}~ \-\\\"\[\]\.\r\n]*SQLite format 3\r?\n[?:BINARY|REINDEX]+",
63
]
64
FILENAME_PATTERNS = [r"sqlite", r"sqlite3"]
65
0 commit comments