AWS Security ChangesHomeSearch

AWS transform medium security documentation change

Service: transform · 2026-06-19 · Security-related medium

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

Summary

Updated CLI version from 3.2.0 to 3.3.0 with release notes including security agent setup fix

Security assessment

Explicitly mentions fixing security agent setup to properly manage agent space during setup/teardown. This addresses potential resource leakage or improper security agent initialization.

Diff

diff --git a/transform/latest/userguide/custom-cli-versions.md b/transform/latest/userguide/custom-cli-versions.md
index 3446870cb..9f88dbc8b 100644
--- a//transform/latest/userguide/custom-cli-versions.md
+++ b//transform/latest/userguide/custom-cli-versions.md
@@ -13 +13,8 @@ Version | Release date | Release notes
-3.2.0 (latest) | June 15, 2026 | 
+3.3.0 (latest) | June 18, 2026 | 
+
+  * Added consistent `--json` and `--help` support across `atx ct` commands.
+  * Fixed security agent setup so the agent space is created during setup and removed on teardown.
+  * Various small bug fixes and improvements.
+
+  
+3.2.0 | June 15, 2026 | 
@@ -129 +136 @@ Troubleshooting
-Discovery tool
+Continuous modernization