From fd19027da8c26c519c666986d43a5dfeafb201ad Mon Sep 17 00:00:00 2001 From: pp-ps Date: Mon, 31 Aug 2020 10:16:18 +0200 Subject: [PATCH] no false positives for connection string syntax --- providers/commons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/commons b/providers/commons index da5b229..d6188e9 100644 --- a/providers/commons +++ b/providers/commons @@ -5,7 +5,7 @@ # Azure Storage Account Access Key (so far they have this format) # alternatively we can grep for endpoint suffixes like core.windows.net -[A-Za-z0-9+\/]{86}== +AccountKey=[A-Za-z0-9+\/=]{88}; # Slack tokens, more generic than bot tokens (xoxb-***) xox[a|b|p|o]-[a-zA-Z0-9-]* \ No newline at end of file