|
@@ -16,6 +16,7 @@ module "waf" {
|
|
|
"SizeRestrictions_BODY",
|
|
|
"SizeRestrictions_QUERYSTRING",
|
|
|
"RestrictedExtensions_URIPATH",
|
|
|
+ "RestrictedExtensions_QUERYARGUMENTS",
|
|
|
"EC2MetaDataSSRF_BODY",
|
|
|
"GenericLFI_BODY",
|
|
|
]
|
|
@@ -27,6 +28,9 @@ module "waf" {
|
|
|
"UNIXShellCommandsVariables_BODY",
|
|
|
"UNIXShellCommandsVariables_QUERYARGUMENTS",
|
|
|
]
|
|
|
+ excluded_rules_AWSManagedRulesLinuxRuleSet = [
|
|
|
+ "LFI_QUERYSTRING",
|
|
|
+ ]
|
|
|
|
|
|
# These are passed through and should be the same for module
|
|
|
tags = merge(local.standard_tags, var.tags)
|