Skip to content

Commit 36903dc

Browse files
authored
Merge pull request #155 from zh54321/patch-2
Change an existing rule to find more candy.
2 parents 429ad8b + a4809a2 commit 36903dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snaffler/SnaffRules/DefaultRules/FileRules/Keep/Code/KeepPassOrKeyInCode.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WordList = ["passw?o?r?d\\s*=\\s*[\\'\\\"][^\\'\\\"]....",
1212
"passw?o?r?d?>.{3,2000}</pass",
1313
"api[kK]ey>\\s*[^\\s<]+\\s*<",
1414
"[_\\-\\.]oauth\\s*=\\s*[\\'\\\"][^\\'\\\"]....",
15-
"client_secret\\s*=\\s*[\\'\\\"][^\\'\\\"]....",
15+
"client_secret\\s*=*\\s*",
1616
"<ExtendedMatchKey>ClientAuth",
1717
"GIUserPassword"
1818
]

0 commit comments

Comments
 (0)