Documentation
¶
Overview ¶
Package twilio provides a Twilio API Key secret detector.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detector ¶
type Detector struct{}
Detector detects Twilio API Keys.
func (*Detector) Description ¶
Description returns a human-readable description of the Twilio API Key detector.
func (*Detector) Keywords ¶
Keywords returns the Aho-Corasick pre-filter keywords for Twilio API Key detection. The SK API-Key SID pattern is self-contained (a fixed "SK" prefix plus 32 hex chars) and carries no guaranteed nearby literal, so returning no keywords forces the regex to run on every chunk. Requiring a "twilio" keyword would silently gate out standalone keys (e.g. in a secrets-manager dump or under a differently named variable).
Click to show internal directories.
Click to hide internal directories.