fix(aws): improve regex

Signed-off-by: Luke Young <bored-engineer@users.noreply.github.com>
This commit is contained in:
Luke Young 2026-01-30 13:55:32 -08:00 committed by GitHub
commit 1864db0743
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ rules:
pattern: |
(?x)
(
ABSKQmVkcm9ja0FQSUtleS[A-Za-z0-9+/=]{110}
ABSKQmVkcm9ja0FQSUtleS[A-Za-z0-9+/]{91,}={0,2}
)
min_entropy: 3.0
confidence: medium
@ -128,4 +128,4 @@ rules:
Authorization: "Bearer {{ TOKEN }}"
response_matcher:
- type: StatusMatch
status: [200]
status: [200]