Documentation
¶
Overview ¶
Package telegram provides a Telegram Bot Token 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 Telegram Bot Tokens.
func (*Detector) Description ¶
Description returns a human-readable description of the Telegram Bot Token detector.
func (*Detector) Keywords ¶
Keywords returns the Aho-Corasick pre-filter keywords. A Telegram Bot Token (digits ":" 35-char secret) has no fixed keyword that the regex requires, so an empty slice is returned to ensure the regex runs on every chunk. Gating on "telegram"/"bot_token" would miss standalone tokens such as "123456789:AAH..." that do not carry those words.
Click to show internal directories.
Click to hide internal directories.