telegram

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2026 License: MIT Imports: 4 Imported by: 0

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

func (d *Detector) Description() string

Description returns a human-readable description of the Telegram Bot Token detector.

func (*Detector) ID

func (d *Detector) ID() string

ID returns the unique identifier of the Telegram Bot Token detector.

func (*Detector) Keywords

func (d *Detector) Keywords() []string

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.

func (*Detector) Scan

func (d *Detector) Scan(_ context.Context, data []byte) []detector.RawFinding

Scan searches the data for Telegram Bot Token patterns.

func (*Detector) Severity

func (d *Detector) Severity() finding.Severity

Severity returns the default severity level for Telegram Bot Token findings.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL