From e31f0a4322ca440405cd339b79a76849031553dc Mon Sep 17 00:00:00 2001 From: Zachary Rice Date: Fri, 9 Feb 2024 15:35:21 -0600 Subject: [PATCH] appointed ending --- pkg/detectors/appointedd/appointedd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/detectors/appointedd/appointedd.go b/pkg/detectors/appointedd/appointedd.go index 8dd1a84f4e89..1997d4797034 100644 --- a/pkg/detectors/appointedd/appointedd.go +++ b/pkg/detectors/appointedd/appointedd.go @@ -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.