Skip to main content

Type Alias: ThreatType

ThreatType = "xss" | "sql_injection" | "nosql_injection" | "command_injection" | "path_traversal" | "homoglyph"
Defined in: validators.ts:192 The closed set of threat categories the validators recognize. Add new categories here when adding a new detector.