feat(M01-A): 建立后端API基础骨架
This commit is contained in:
@@ -6,7 +6,7 @@ $patterns = @(
|
||||
"WECHAT_SECRET\s*=\s*['""]?(?!<|\r?\n|$)[^'"">\s]{8,}",
|
||||
"PRIVATE_KEY\s*[:=]\s*['""]?(?!<|\r?\n|$)[^'"">\s]{8,}",
|
||||
"api_key\s*[:=]\s*['""]?(?!<|\r?\n|$)[^'"">\s]{8,}",
|
||||
"password\s*[:=]\s*['""]?(?!<|\r?\n|$|\-|\$|\{)[^'"">\s]{8,}"
|
||||
"\bpassword\b\s*[:=]\s*['""]?(?!<|\r?\n|$|\-|\$|\{)[^'"">\s]{8,}"
|
||||
)
|
||||
|
||||
$excluded = @("\.git\", "node_modules", "dist", "build")
|
||||
|
||||
Reference in New Issue
Block a user