builtin

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SQLInjectionRule = &analysis.Analyzer{
	Name: "sql_injection",
	Doc:  "Detects potential SQL injection vulnerabilities in raw query constructions",
	Run:  runSQLInjection,
}

SQLInjectionRule detects insecure SQL query constructions using string concatenation.

Functions

func RegisterCommandExecRule

func RegisterCommandExecRule(ctx *analyzer.AnalyzerContext)

RegisterCommandExecRule registers the command injection detection rule.

Types

This section is empty.

Jump to

Keyboard shortcuts

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