AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2025-11-22 · Documentation low

File: solutions/latest/constructs/aws_wafwebacl_alb.md

Summary

Fixed markdown link syntax for `wrapManagedRuleSet` function reference in WAF documentation

Security assessment

The change improves documentation accuracy for AWS WAF configuration but does not address a security flaw. It relates to security feature documentation (WAF rule sets) but is purely a formatting correction.

Diff

diff --git a/solutions/latest/constructs/aws_wafwebacl_alb.md b/solutions/latest/constructs/aws_wafwebacl_alb.md
index 2324caff4..4fb09e5d5 100644
--- a//solutions/latest/constructs/aws_wafwebacl_alb.md
+++ b//solutions/latest/constructs/aws_wafwebacl_alb.md
@@ -107 +107 @@ 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_waf.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_waf.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.