Expand description
Community-configurable WAF detection and evasion rules.
Structs§
- Body
Signature - A body-based WAF detection signature.
- Custom
Detection - Result of matching a custom rule against a response.
- Custom
Rules File - A complete custom rules file containing multiple WAF definitions.
- Custom
WafRule - A single WAF detection and evasion rule.
- Header
Signature - A header-based WAF detection signature.
Functions§
- detect
- Match custom rules against an HTTP response.
- load_
rules - Load custom rules from a TOML string. Inputs larger than 1 MiB are rejected before parsing to bound memory + parse time.
- load_
rules_ from_ file - Load custom rules from a file path.