forked from mirrors/kingfisher
fix(aws): improve regex
Signed-off-by: Luke Young <bored-engineer@users.noreply.github.com>
This commit is contained in:
parent
2bf9e54ad9
commit
1864db0743
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue