Skip to content

Commit

Permalink
Merge pull request #343 from komtaki/feature/disabled-waf-sqli-body
Browse files Browse the repository at this point in the history
chore: disabled SQLi_BODY rule on waf for uploading image
  • Loading branch information
ayuki-joto authored Feb 28, 2022
2 parents 0a7e109 + 2b2dcb2 commit dc9d321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cloudformation/waf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Resources:
MetricName: AWSManagedRulesSQLiRuleSetMetric
Statement:
ManagedRuleGroupStatement:
ExcludedRules:
- Name: SQLi_BODY
VendorName: AWS
Name: AWSManagedRulesSQLiRuleSet
Scope: CLOUDFRONT
Expand Down

0 comments on commit dc9d321

Please sign in to comment.