forked from mirrors/kingfisher
Added test to prevent this and similar issues
This commit is contained in:
parent
a3060ec144
commit
cefa69e426
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ rules:
|
|||
(?:SECRET|PRIVATE|ACCESS|KEY|TOKEN)
|
||||
(?:.|[\n\r]){0,32}?
|
||||
(
|
||||
(?:sgp_(?:[a-f0-9]{16}_local_)?[a-f0-9]{40} | [a-f0-9]{40})
|
||||
(?:sgp_(?:[a-f0-9]{16}_local_)?[a-f0-9]{40}|[a-f0-9]{40})
|
||||
)
|
||||
\b
|
||||
min_entropy: 3.5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue