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