Quellcode durchsuchen

Bypass UNIX Shell Code rule for Jira

To be tagged v3.3.4
Fred Damstra [afs macbook] vor 3 Jahren
Ursprung
Commit
40a3c71038
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      base/jira/instance_jira/waf.tf

+ 4 - 0
base/jira/instance_jira/waf.tf

@@ -16,6 +16,10 @@ module "waf" {
     "SQLi_BODY"
   ]
 
+  excluded_rules_AWSManagedRulesUnixRuleSet = [
+    "UNIXShellCommandsVariables_BODY"
+  ]
+
   # These are passed through and should be the same for module
   tags = merge(var.standard_tags, var.tags)
   aws_partition = var.aws_partition