feat(v2): add secure control plane
This commit is contained in:
@@ -42,7 +42,7 @@ FORBIDDEN = (
|
||||
r"\b(?:read|open|load|import|convert)[_-]?(?:legacy|v1)[_-]?(?:database|db|payload|backup)\b",
|
||||
re.IGNORECASE,
|
||||
),
|
||||
re.compile(r"\bbackup_tool\.(?:db|sqlite3?)\b", re.IGNORECASE),
|
||||
re.compile(r"[\"']backup_tool\.db[\"']", re.IGNORECASE),
|
||||
re.compile(r"%Y-%m-%d_%H%M%S"),
|
||||
re.compile(r"\btimestamp[_-]?(?:directory|parser)\b", re.IGNORECASE),
|
||||
re.compile(r"\b(?:app\.main|backup\.engine)\b"),
|
||||
|
||||
Reference in New Issue
Block a user