From bae41d5077ef8ba2371cb4aa08f6dcb4e5f04b92 Mon Sep 17 00:00:00 2001 From: Francis Date: Mon, 13 Nov 2023 13:54:27 -0800 Subject: [PATCH] changed deprecated to legacy Signed-off-by: Francis --- data/notices.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/notices.json b/data/notices.json index ed22f1f..85b329f 100644 --- a/data/notices.json +++ b/data/notices.json @@ -375,7 +375,7 @@ { "title": "(cli) bootstrap template can result in public access for bootstrap buckets", "issueNumber": 27694, - "overview": "The deprecated AccessControl property was removed from the bootstrap template in aws-cdk v2.106.0. Users who remove the public access block using the public-access-block-configuration CLI flag will see bootstrapped buckets are created with public access and ACLs enabled by default.", + "overview": "The legacy AccessControl property was removed from the bootstrap template in aws-cdk v2.106.0. Users who remove the public access block using the public-access-block-configuration CLI flag will see bootstrapped buckets are created with public access and ACLs enabled by default.", "components": [ { "name": "cli",