Skip to content

Commit

Permalink
fix: rule set name for php (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
cleming authored Sep 25, 2023
1 parent d65d82a commit de86b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/security-policy-all/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module "cloud_armor" {
action = "rate_based_ban"
priority = 3
description = "PHP Sensitivity Level 1 with included rules"
target_rule_set = "xss-v33-stable"
target_rule_set = "php-v33-stable"
sensitivity_level = 0
include_target_rule_ids = ["owasp-crs-v030301-id933190-php", "owasp-crs-v030301-id933111-php"]
exclude_target_rule_ids = []
Expand Down

0 comments on commit de86b4d

Please sign in to comment.