AWS waf documentation change
Summary
Updated terminology from 'protection pack or web ACL' to 'protection pack (web ACL)' for consistency
Security assessment
The changes clarify terminology but do not address security vulnerabilities or introduce new security features. Updates focus on documentation consistency rather than security implications.
Diff
diff --git a/waf/latest/developerguide/aws-managed-rule-groups-bot.md b/waf/latest/developerguide/aws-managed-rule-groups-bot.md index 0f294470d..3ff535687 100644 --- a//waf/latest/developerguide/aws-managed-rule-groups-bot.md +++ b//waf/latest/developerguide/aws-managed-rule-groups-bot.md @@ -58 +58 @@ We periodically update our machine learning (ML) models for the targeted protect -This managed rule group adds labels to the web requests that it evaluates, which are available to rules that run after this rule group in your protection pack or web ACL. AWS WAF also records the labels to Amazon CloudWatch metrics. For general information about labels and label metrics, see [Web request labeling](./waf-labels.html) and [Label metrics and dimensions](./waf-metrics.html#waf-metrics-label). +This managed rule group adds labels to the web requests that it evaluates, which are available to rules that run after this rule group in your protection pack (web ACL). AWS WAF also records the labels to Amazon CloudWatch metrics. For general information about labels and label metrics, see [Web request labeling](./waf-labels.html) and [Label metrics and dimensions](./waf-metrics.html#waf-metrics-label). @@ -107 +107 @@ Following the prefix, the rest of the label provides detailed token status infor - * A domain specification that's valid for the protection pack or web ACL. + * A domain specification that's valid for the protection pack (web ACL). @@ -117 +117 @@ Along with the rejected label, token management adds a custom label namespace an - * `rejected:expired` – The token's challenge or CAPTCHA timestamp has expired, according to your protection pack or web ACL's configured token immunity times. + * `rejected:expired` – The token's challenge or CAPTCHA timestamp has expired, according to your protection pack (web ACL)'s configured token immunity times. @@ -119 +119 @@ Along with the rejected label, token management adds a custom label namespace an - * `rejected:domain_mismatch` – The token's domain isn't a match for your protection pack or web ACL's token domain configuration. + * `rejected:domain_mismatch` – The token's domain isn't a match for your protection pack (web ACL)'s token domain configuration. @@ -123 +123 @@ Along with the rejected label, token management adds a custom label namespace an -Example: The labels `awswaf:managed:captcha:rejected` and `awswaf:managed:captcha:rejected:expired` together indicate that the request didn't have a valid CAPTCHA solve because the CAPTCHA timestamp in the token has exceeded the CAPTCHA token immunity time that's configured in the protection pack or web ACL. +Example: The labels `awswaf:managed:captcha:rejected` and `awswaf:managed:captcha:rejected:expired` together indicate that the request didn't have a valid CAPTCHA solve because the CAPTCHA timestamp in the token has exceeded the CAPTCHA token immunity time that's configured in the protection pack (web ACL).