AWS waf documentation change
Summary
Added 'protection pack' references in regex pattern set usage and deletion guidance, along with new console experience documentation
Security assessment
The updates expand documentation to include protection packs in security configuration contexts, suggesting documentation of a new security feature. No specific security vulnerabilities are mentioned or addressed in the changes.
Diff
diff --git a/waf/latest/developerguide/waf-regex-pattern-set-managing.md b/waf/latest/developerguide/waf-regex-pattern-set-managing.md index 2e65b156d..b4c9f0a9f 100644 --- a//waf/latest/developerguide/waf-regex-pattern-set-managing.md +++ b//waf/latest/developerguide/waf-regex-pattern-set-managing.md @@ -6,0 +7,4 @@ Creating a regex pattern setDeleting a regex pattern set +**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 @@ A regex pattern set provides a collection of regular expressions that you want t -To use a regex pattern set in a web ACL or rule group, you first create an AWS resource, `RegexPatternSet` with your regex pattern specifications. Then you reference the set when you add a regex pattern set rule statement to a web ACL or rule group. A regex pattern set must contain at least one regex pattern. +To use a regex pattern set in a protection pack or web ACL or rule group, you first create an AWS resource, `RegexPatternSet` with your regex pattern specifications. Then you reference the set when you add a regex pattern set rule statement to a protection pack or web ACL or rule group. A regex pattern set must contain at least one regex pattern. @@ -33 +37 @@ You can't change the name after you create the regex pattern set. - 4. For **Region** , choose Global (CloudFront) or choose the Region where you want to store the regex pattern set. You can use regional regex pattern sets only in web ACLs that protect regional resources. To use a regex pattern set in web ACLs that protect Amazon CloudFront distributions, you must use Global (CloudFront). + 4. For **Region** , choose Global (CloudFront) or choose the Region where you want to store the regex pattern set. You can use regional regex pattern sets only in protection pack or web ACLs that protect regional resources. To use a regex pattern set in protection pack or web ACLs that protect Amazon CloudFront distributions, you must use Global (CloudFront). @@ -52 +56 @@ Follow the guidance in this section to delete a referenced set. -When you delete an entity that you can use in a web ACL, like an IP set, regex pattern set, or rule group, AWS WAF checks to see if the entity is currently being used in a web ACL. If it finds that it is in use, AWS WAF warns you. AWS WAF is almost always able to determine if an entity is being referenced by a web ACL. However, in rare cases it might not be able to do so. If you need to be sure that nothing is currently using the entity, check for it in your web ACLs before deleting it. If the entity is a referenced set, also check that no rule groups are using it. +When you delete an entity that you can use in a protection pack or web ACL, like an IP set, regex pattern set, or rule group, AWS WAF checks to see if the entity is currently being used in a protection pack or web ACL. If it finds that it is in use, AWS WAF warns you. AWS WAF is almost always able to determine if an entity is being referenced by a protection pack or web ACL. However, in rare cases it might not be able to do so. If you need to be sure that nothing is currently using the entity, check for it in your protection pack or web ACLs before deleting it. If the entity is a referenced set, also check that no rule groups are using it.