jwt

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: 7 Imported by: 0

Documentation

Overview

Package jwt provides a detector for JSON Web Tokens.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JWT

type JWT struct{}

JWT detects JSON Web Tokens.

func (*JWT) Description

func (d *JWT) Description() string

Description returns a human-readable description of the JWT detector.

func (*JWT) ID

func (d *JWT) ID() string

ID returns the unique identifier of the JWT detector.

func (*JWT) Keywords

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

Keywords returns the Aho-Corasick pre-filter keywords for JWT detection.

func (*JWT) Scan

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

Scan scans the given data for JSON Web Token patterns.

func (*JWT) Severity

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

Severity returns the default severity level for JWT findings.

Jump to

Keyboard shortcuts

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