Documentation
¶
Overview ¶
Package slack provides detectors for Slack secret types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Token ¶
type Token struct{}
Token detects Slack Bot and User OAuth tokens.
func (*Token) Description ¶
Description returns a human-readable description of the Slack token detector.
func (*Token) Keywords ¶
Keywords returns the Aho-Corasick pre-filter keywords for Slack token detection.
type Webhook ¶
type Webhook struct{}
Webhook detects Slack Incoming Webhook URLs.
func (*Webhook) Description ¶
Description returns a human-readable description of the Slack webhook detector.
func (*Webhook) Keywords ¶
Keywords returns the Aho-Corasick pre-filter keywords for Slack webhook detection.
Click to show internal directories.
Click to hide internal directories.