Skip to content

Commit

Permalink
Added new firewall rules for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Dec 9, 2021
1 parent b4b838c commit ac163c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terraform/azure/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ resource "azurerm_web_application_firewall_policy" "wandb" {
rule_group_name = "REQUEST-942-APPLICATION-ATTACK-SQLI"
disabled_rules = [
"942200",
"942210",
"942260",
"942450",
"942340",
"942370",
"942440"
Expand All @@ -128,7 +130,8 @@ resource "azurerm_web_application_firewall_policy" "wandb" {
rule_group_override {
rule_group_name = "REQUEST-941-APPLICATION-ATTACK-XSS"
disabled_rules = [
"941101"
"941101",
"941120"
]
}
rule_group_override {
Expand Down

0 comments on commit ac163c9

Please sign in to comment.