umotif-public / terraform-aws-waf-webaclv2

Terraform module to configure WAF V2 Web ACL with managed rules for Application Load Balancer
https://registry.terraform.io/modules/umotif-public/waf-webaclv2/aws
Other
137 stars 124 forks source link

Missing size_constraint_statement under AND_STATEMENT #134

Open irussak3 opened 4 months ago

irussak3 commented 4 months ago

The current AWS WAF configuration is missing the size_constraint_statement under the AND_STATEMENT. This enhancement is required to improve rule logic and ensure compliance with AWS WAF requirements.

Added in this PR:

https://github.com/umotif-public/terraform-aws-waf-webaclv2/pull/133