Added test to prevent this and similar issues

This commit is contained in:
Mick Grove 2025-06-29 22:51:49 -07:00
commit cefa69e426

View file

@ -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