Skip to content

Commit

Permalink
appointed ending
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Feb 9, 2024
1 parent d97260c commit e31f0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/appointedd/appointedd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
client = common.SaneHttpClient()

// Make sure that your group is surrounded in boundary characters such as below to reduce false positives
keyPat = regexp.MustCompile(detectors.PrefixRegex([]string{"appointedd"}) + `\b([a-zA-Z0-9=+]{88})\b`)
keyPat = regexp.MustCompile(detectors.PrefixRegex([]string{"appointedd"}) + `\b([a-zA-Z0-9=+]{87}=)`)
)

// Keywords are used for efficiently pre-filtering chunks.
Expand Down

0 comments on commit e31f0a4

Please sign in to comment.