AWS Security ChangesHomeSearch

AWS transform documentation change

Service: transform · 2026-05-22 · Documentation medium

File: transform/latest/userguide/custom-cli-versions.md

Summary

Updated CLI version with new security features: trust settings banner improvements and learning-disabled banner.

Security assessment

Adds documentation for new security visibility features (trust banners) and includes a breaking Node.js version update that may address underlying security issues.

Diff

diff --git a/transform/latest/userguide/custom-cli-versions.md b/transform/latest/userguide/custom-cli-versions.md
index 82d08f411..16258b7f0 100644
--- a//transform/latest/userguide/custom-cli-versions.md
+++ b//transform/latest/userguide/custom-cli-versions.md
@@ -13 +13,10 @@ Version | Release date | Release notes
-2.0.0 (latest) | May 14, 2026 | 
+3.0.0 (latest) | May 21, 2026 | 
+
+  * Added pre-flight transformation name validation that suggests similar names from your registry when a name is not found, helping catch typos without needing a separate list command.
+  * Added optional explanations for shell commands, showing what they do and why.
+  * Improved trust settings banner to include more information about tool permissions.
+  * Added learning-disabled banner when using the do-not-learn flag, giving visibility to the learning feature and how to enable it.
+  * **Breaking change:** Node.js 22 or later is now required. Upgrade from https://nodejs.org/ if you are using an older version.
+
+  
+2.0.0 | May 14, 2026 |