Skip to content

Commit

Permalink
Add exception for result_metadata.effective_type.
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-skylight committed Jul 13, 2023
1 parent 70f09fb commit e49bd3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ops/services/web_application_firewall/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ resource "azurerm_web_application_firewall_policy" "sr_waf_policy" {
selector_match_operator = "Contains"
}

exclusion {
match_variable = "RequestArgNames"
selector = "result_metadata.effective_type"
selector_match_operator = "Contains"
}

managed_rule_set {
type = "OWASP"
version = "3.2"
Expand Down

0 comments on commit e49bd3b

Please sign in to comment.