OwaspCrsExclusionEntry interface
Allow to exclude some variable satisfy the condition for the WAF check.
Properties
| exclusion |
The managed rule sets that are associated with the exclusion. |
| match |
The variable to be excluded. |
| selector | When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to. |
| selector |
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to. |
Property Details
exclusionManagedRuleSets
The managed rule sets that are associated with the exclusion.
exclusionManagedRuleSets?: ExclusionManagedRuleSet[]
Property Value
matchVariable
The variable to be excluded.
matchVariable: "RequestHeaderNames" | "RequestCookieNames" | "RequestArgNames" | "RequestHeaderKeys" | "RequestHeaderValues" | "RequestCookieKeys" | "RequestCookieValues" | "RequestArgKeys" | "RequestArgValues"
Property Value
"RequestHeaderNames" | "RequestCookieNames" | "RequestArgNames" | "RequestHeaderKeys" | "RequestHeaderValues" | "RequestCookieKeys" | "RequestCookieValues" | "RequestArgKeys" | "RequestArgValues"
selector
When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.
selector: string
Property Value
string
selectorMatchOperator
When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.
selectorMatchOperator: "Contains" | "Equals" | "EndsWith" | "StartsWith" | "EqualsAny"
Property Value
"Contains" | "Equals" | "EndsWith" | "StartsWith" | "EqualsAny"