AWS waf documentation change
Summary
Updated references from 'protection pack or web ACL' to 'protection pack (web ACL)' in rule statements documentation
Security assessment
The changes maintain terminology consistency regarding web ACL references. While the documentation discusses security-related features (WAF rules and labels), the specific changes don't introduce new security information or address vulnerabilities.
Diff
diff --git a/waf/latest/developerguide/waf-rule-statements.md b/waf/latest/developerguide/waf-rule-statements.md index a0d4495a3..11cf233ab 100644 --- a//waf/latest/developerguide/waf-rule-statements.md +++ b//waf/latest/developerguide/waf-rule-statements.md @@ -15 +15 @@ Rule statements are the part of a rule that tells AWS WAF how to inspect a web r -Every rule in AWS WAF has a single top-level rule statement, which can contain other statements. Rule statements can be very simple. For example, you could have a statement that provides a set of originating countries to inspect your web requests for or you could have a rule statement in a protection pack or web ACL that just references a rule group. Rule statements can also be very complex. For example, you could have a statement that combines many other statements with logical AND, OR, and NOT statements. +Every rule in AWS WAF has a single top-level rule statement, which can contain other statements. Rule statements can be very simple. For example, you could have a statement that provides a set of originating countries to inspect your web requests for or you could have a rule statement in a protection pack (web ACL) that just references a rule group. Rule statements can also be very complex. For example, you could have a statement that combines many other statements with logical AND, OR, and NOT statements. @@ -17 +17 @@ Every rule in AWS WAF has a single top-level rule statement, which can contain o -For most rules, you can add custom AWS WAF labeling to matching requests. The rules in the AWS Managed Rules rule groups add labels to matching requests. The labels that a rule adds provide information about the request to rules that are evaluated later in the protection pack or web ACL and also in AWS WAF logs and metrics. For information about labeling, see [Web request labeling in AWS WAF](./waf-labels.html) and [Label match rule statement](./waf-rule-statement-type-label-match.html). +For most rules, you can add custom AWS WAF labeling to matching requests. The rules in the AWS Managed Rules rule groups add labels to matching requests. The labels that a rule adds provide information about the request to rules that are evaluated later in the protection pack (web ACL) and also in AWS WAF logs and metrics. For information about labeling, see [Web request labeling in AWS WAF](./waf-labels.html) and [Label match rule statement](./waf-rule-statement-type-label-match.html).