Skip to content

Commit

Permalink
adjusted rules
Browse files Browse the repository at this point in the history
  • Loading branch information
troydieter committed Sep 13, 2022
1 parent ecce932 commit 16f84ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/lhci-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ export class LHCIStack extends cdk.Stack {
name: "AWSManagedRulesCommonRuleSet",
vendorName: "AWS",
excludedRules: [
{name: "AWS-AWSManagedRulesBotControlRuleSet"},
{name: "AWS-AWSManagedRulesCommonRuleSet-UserAgent_BadBots_HEADER"},
{name: "AWS-AWSManagedRulesCommonRuleSet-SizeRestrictions_BODY"},
{name: "AWS-AWSManagedRulesCommonRuleSet-NoUserAgent_HEADER"}
{name: "CrossSiteScripting_BODY"},
{name: "NoUserAgent_HEADER"},
{name: "SizeRestrictions_BODY"},
{name: "UserAgent_BadBots_HEADER"}
]
}
},
Expand Down

0 comments on commit 16f84ac

Please sign in to comment.