AWS waf documentation change
Summary
Added console announcement and updated references from 'web ACL' to 'protection pack or web ACL' in multiple sections
Security assessment
Changes expand terminology to include 'protection pack' concept and promote UI updates. The labeling context update reflects architectural changes rather than security improvements. No security-specific content added or vulnerabilities mentioned.
Diff
diff --git a/waf/latest/developerguide/waf-rule-statements.md b/waf/latest/developerguide/waf-rule-statements.md index 122b49e43..a0d4495a3 100644 --- a//waf/latest/developerguide/waf-rule-statements.md +++ b//waf/latest/developerguide/waf-rule-statements.md @@ -4,0 +5,4 @@ +**Introducing a new console experience for AWS WAF** + +You can now use the updated experience to access AWS WAF functionality anywhere in the console. For more details, see [Working with the updated console experience](./working-with-console.html). + @@ -11 +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 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 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. @@ -13 +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 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 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).