-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
It would be nice if the Slack secret detection was extended to also include detecting Webhooks secrets.
As described in
https://slack.com/help/articles/360041352714-Build-a-workflow--Create-a-workflow-that-starts-outside-of-Slack
these take the form of POST requests to a URL in form of https://hooks.slack.com/triggers/
followed by a random secret string.
In my case I have seen string in the style of X/Y/Z
where X
was being a 9 digit alphanumerical value, Y
a 13 digits numerical and Z
a 32 alphanumerical value (and /
being a separator).
cc @zricethezav
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working