Skip to content

Commit 4a80dc9

Browse files
committed
fix: LFI priority.
1 parent 6960d2a commit 4a80dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uploads.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ resource "aws_wafv2_rule_group" "uploads" {
175175
# upload.
176176
rule {
177177
name = "${local.prefix}-waf-request-lfi"
178-
priority = 3
178+
priority = 4
179179

180180
action {
181181
block {}

0 commit comments

Comments
 (0)