dbconn

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 dbconn provides a detector for database connection strings.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionString

type ConnectionString struct{}

ConnectionString detects database connection strings containing credentials.

func (*ConnectionString) Description

func (d *ConnectionString) Description() string

Description returns a human-readable description of the database connection string detector.

func (*ConnectionString) ID

func (d *ConnectionString) ID() string

ID returns the unique identifier of the database connection string detector.

func (*ConnectionString) Keywords

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

Keywords returns the Aho-Corasick pre-filter keywords for database connection string detection.

func (*ConnectionString) Scan

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

Scan scans the given data for database connection string patterns. The password portion of the URL is redacted in the finding output.

func (*ConnectionString) Severity

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

Severity returns the default severity level for database connection string findings.

Jump to

Keyboard shortcuts

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