fix(recovery): close cold-start runtime blockers
This commit is contained in:
@@ -9,7 +9,7 @@ from pathlib import Path
|
||||
|
||||
|
||||
SCHEMA_VERSION = "windows99_console_verify_artifact_validator_v1"
|
||||
DEFAULT_REQUIRED_ALIASES = ("111", "188", "120", "121", "112")
|
||||
DEFAULT_REQUIRED_ALIASES = ("110", "188", "120", "121", "112")
|
||||
SENSITIVE_RE = re.compile(
|
||||
r"(?i)(password|passwd|secret|token|authorization|cookie|private[_ -]?key)\s*[=:]"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user