AWS waf documentation change
Summary
Updated terminology from 'protection pack or web ACL' to 'protection pack (web ACL)' throughout the document for consistency
Security assessment
The changes are purely terminological updates to clarify that 'protection pack' refers to web ACLs. No security vulnerabilities, mitigations, or new security features are mentioned.
Diff
diff --git a/waf/latest/developerguide/waf-bot-control-example-allow-blocked-bot.md b/waf/latest/developerguide/waf-bot-control-example-allow-blocked-bot.md index e0ad3b7b9..cc793e0a7 100644 --- a//waf/latest/developerguide/waf-bot-control-example-allow-blocked-bot.md +++ b//waf/latest/developerguide/waf-bot-control-example-allow-blocked-bot.md @@ -15 +15 @@ If an AWS WAF Bot Control rule is blocking a bot that you do not want to block, - 1. Identify the Bot Control rule that's blocking the bot by checking the logs. The blocking rule will be specified in the logs in the fields whose names start with `terminatingRule`. For information about the protection pack or web ACL logs, see [Logging AWS WAF protection pack or web ACL traffic](./logging.html). Note the label that the rule is adds to the requests. + 1. Identify the Bot Control rule that's blocking the bot by checking the logs. The blocking rule will be specified in the logs in the fields whose names start with `terminatingRule`. For information about the protection pack (web ACL) logs, see [Logging AWS WAF protection pack (web ACL) traffic](./logging.html). Note the label that the rule is adds to the requests. @@ -17 +17 @@ If an AWS WAF Bot Control rule is blocking a bot that you do not want to block, - 2. In your protection pack or web ACL, override the action of the blocking rule to count. To do this in the console, edit the rule group rule in the protection pack or web ACL and choose a rule action override of Count for the rule. This ensures that the bot is not blocked by the rule, but the rule will still apply its label to matching requests. + 2. In your protection pack (web ACL), override the action of the blocking rule to count. To do this in the console, edit the rule group rule in the protection pack (web ACL) and choose a rule action override of Count for the rule. This ensures that the bot is not blocked by the rule, but the rule will still apply its label to matching requests. @@ -19 +19 @@ If an AWS WAF Bot Control rule is blocking a bot that you do not want to block, - 3. Add a label matching rule to your protection pack or web ACL, after the Bot Control managed rule group. Configure the rule to match against the overridden rule's label and to block all matching requests except for the bot that you don't want to block. + 3. Add a label matching rule to your protection pack (web ACL), after the Bot Control managed rule group. Configure the rule to match against the overridden rule's label and to block all matching requests except for the bot that you don't want to block. @@ -21 +21 @@ If an AWS WAF Bot Control rule is blocking a bot that you do not want to block, -Your protection pack or web ACL is now configured so that the bot you want to allow is no longer blocked by the blocking rule that you identified through the logs. +Your protection pack (web ACL) is now configured so that the bot you want to allow is no longer blocked by the blocking rule that you identified through the logs. @@ -67 +67 @@ The following rule matches against the category monitoring label that the preced -The following rule must run after the preceding Bot Control managed rule group in the protection pack or web ACL processing order. +The following rule must run after the preceding Bot Control managed rule group in the protection pack (web ACL) processing order.