AWS Security ChangesHomeSearch

AWS transform documentation change

Service: transform · 2026-07-01 · Documentation low

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

Summary

Updated CLI version from 3.3.0 to 3.4.0 and added release notes including token scope validation, improved remediation PRs, progress feedback, and configurable commit author environment variables.

Security assessment

Token scope validation improves security by catching credential/permission issues earlier, but there's no evidence this addresses a specific vulnerability. The change documents security enhancements proactively.

Diff

diff --git a/transform/latest/userguide/custom-cli-versions.md b/transform/latest/userguide/custom-cli-versions.md
index 9f88dbc8b..948d1d4af 100644
--- a//transform/latest/userguide/custom-cli-versions.md
+++ b//transform/latest/userguide/custom-cli-versions.md
@@ -13 +13,11 @@ Version | Release date | Release notes
-3.3.0 (latest) | June 18, 2026 | 
+3.4.0 (latest) | June 29, 2026 | 
+
+  * Added `atx ct schema`, a machine-readable manifest of the full `atx ct` command surface for scripting and automation.
+  * Added token scope validation when you add or update a source, surfacing credential or permission issues immediately instead of failing later during analysis.
+  * Improved auto-remediation pull requests to include finding context and support draft mode for more reviewable PRs.
+  * Improved CLI progress feedback with real-time context about the current activity, estimated agent minutes, and sub-agent activity.
+  * Added configurable checkpoint commit author identity through the `ATX_GIT_COMMITTER_NAME` and `ATX_GIT_COMMITTER_EMAIL` environment variables.
+  * Various small bug fixes and improvements.
+
+  
+3.3.0 | June 18, 2026 |