MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / Severity

TypeAlias Severity

pkg/sql/security/scanner.go:204–204  ·  view source on GitHub ↗

Severity represents the severity level of a security finding. It is used to categorize the risk and priority of detected vulnerabilities.

Source from the content-addressed store, hash-verified

202// Severity represents the severity level of a security finding.
203// It is used to categorize the risk and priority of detected vulnerabilities.
204type Severity string
205
206const (
207 // SeverityCritical indicates definite injection (e.g., OR 1=1 --)

Calls

no outgoing calls

Tested by

no test coverage detected