AWS solutions documentation change
Summary
Fixed punctuation and formatting in AWS WAF oversized content handling documentation
Security assessment
The changes are purely grammatical and formatting improvements to existing documentation about AWS WAF's handling of oversized content, with no new security information added
Diff
diff --git a/solutions/latest/security-automations-for-aws-waf/deployment-considerations.md index 2f3989e9c..a24b6e898 100644 --- a/solutions/latest/security-automations-for-aws-waf/deployment-considerations.md +++ b/solutions/latest/security-automations-for-aws-waf/deployment-considerations.md @@ -27 +27 @@ The other two options (`yes - AWS Lambda log parser` and `yes - Amazon Athena lo -AWS WAF doesn’t support inspecting oversized content for the web request component's body, headers, or cookies. When you write a rule statement that inspects one of these request component types, you can choose one of these options to tell AWS WAF what to do with these requests: +AWS WAF doesn’t support inspecting oversized content for the web request component’s body, headers, or cookies. When you write a rule statement that inspects one of these request component types, you can choose one of these options to tell AWS WAF what to do with these requests: @@ -29 +29 @@ AWS WAF doesn’t support inspecting oversized content for the web request compo - * `yes` (continue) – Inspect the request component normally according to the rule inspection criteria. AWS WAF inspects the request component contents that are within the size limitations. This is the default option used in the solution. + * `yes` (continue) - Inspect the request component normally according to the rule inspection criteria. AWS WAF inspects the request component contents that are within the size limitations. This is the default option used in the solution. @@ -31 +31 @@ AWS WAF doesn’t support inspecting oversized content for the web request compo - * `yes - MATCH` – Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request without evaluating it against the rule's inspection criteria. For a rule with `Block` action, this blocks the request with the oversize component. + * `yes - MATCH` \- Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request without evaluating it against the rule’s inspection criteria. For a rule with `Block` action, this blocks the request with the oversize component. @@ -33 +33 @@ AWS WAF doesn’t support inspecting oversized content for the web request compo - * `yes – NO_MATCH` – Treat the web request as not matching the rule statement, without evaluating it against the rule's inspection criteria. AWS WAF continues its inspection of the web request by using the rest of the rules in the web ACL, like it would do for any non-matching rule. + * `yes - NO_MATCH` \- Treat the web request as not matching the rule statement, without evaluating it against the rule’s inspection criteria. AWS WAF continues its inspection of the web request by using the rest of the rules in the web ACL, like it would do for any non-matching rule.