AWS solutions documentation change
Summary
Fixed markdown link syntax for `wrapManagedRuleSet` function reference in WAF documentation
Security assessment
Updates documentation links for WAF configuration without addressing a security vulnerability. The change improves clarity but does not resolve a security weakness.
Diff
diff --git a/solutions/latest/constructs/aws_wafwebacl_cloudfront.md b/solutions/latest/constructs/aws_wafwebacl_cloudfront.md index 8f9827ad7..8ed9a4ea0 100644 --- a//solutions/latest/constructs/aws_wafwebacl_cloudfront.md +++ b//solutions/latest/constructs/aws_wafwebacl_cloudfront.md @@ -84 +84 @@ existingWebaclObj? | [`waf.CfnWebACL`](https://docs.aws.amazon.com/cdk/api/v2/d -webaclProps? | [`waf.CfnWebACLProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_wafv2.CfnWebACLProps.html) | Optional user-provided props to override the default props for the AWS WAF web ACL. To use a different collection of managed rule sets, specify a new rules property. Use our [wrapManagedRuleSet(managedGroupName: string, vendorName: string, priority: number)](./.html#../core/lib/waf-defaults.ts) function from core to create an array entry from each desired managed rule set. +webaclProps? | [`waf.CfnWebACLProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_wafv2.CfnWebACLProps.html) | Optional user-provided props to override the default props for the AWS WAF web ACL. To use a different collection of managed rule sets, specify a new rules property. Use our [`wrapManagedRuleSet(managedGroupName: string, vendorName: string, priority: number)`](../core/lib/waf-defaults.ts) function from core to create an array entry from each desired managed rule set.