Skip to content

Commit

Permalink
Limit size of possibly names
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Jan 16, 2024
1 parent b2d6c57 commit f63591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credsweeper/rules/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
severity: info
type: pattern
values:
- (?P<value>[a-z0-9.-]+\.s3\.amazonaws\.com|[a-z0-9.-]+\.s3-website[.-](eu|ap|us|ca|sa|cn))
- (?P<value>[a-z0-9.-]{3,63}\.s3\.amazonaws\.com|[a-z0-9.-]{3,63}\.s3-website[.-](eu|ap|us|ca|sa|cn))
filter_type: GeneralPattern
required_substrings:
- .s3-website
Expand Down

0 comments on commit f63591b

Please sign in to comment.