Documentation
¶
Overview ¶
Package telegram provides a verifier for Telegram Bot tokens. It uses the Telegram Bot API GET /bot{token}/getMe endpoint to check token validity.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier checks whether a Telegram Bot token is active by calling the Telegram Bot API. It NEVER logs or persists raw token values.
func (*Verifier) Verify ¶
func (v *Verifier) Verify(ctx context.Context, raw detector.RawFinding) finding.VerificationResult
Verify checks if the detected Telegram Bot token is valid/active. The token is embedded in the request URL, so it is set as Redact to keep it out of any transport error text.
Click to show internal directories.
Click to hide internal directories.