AWS securityagent documentation change
Summary
Added changelog entries for private connections and threat modeling features
Security assessment
Changelog records feature additions but doesn't itself provide security documentation; references security capabilities documented elsewhere without addressing specific vulnerabilities.
Diff
diff --git a/securityagent/latest/userguide/doc-history.md b/securityagent/latest/userguide/doc-history.md index 2ab24a4a6..433a53a7a 100644 --- a//securityagent/latest/userguide/doc-history.md +++ b//securityagent/latest/userguide/doc-history.md @@ -12,0 +13,2 @@ Change| Description| Date +[Private connections (preview)](https://docs.aws.amazon.com/securityagent/latest/userguide/connect-private-connection.html)| Added documentation for private connections. This new capability allows AWS Security Agent to connect to source control systems running in private networks using Amazon VPC Lattice, without exposing your systems to the public internet.| June 16, 2026 +[Threat modeling (preview)](https://docs.aws.amazon.com/securityagent/latest/userguide/quickstart-threat-model.html)| Added documentation for threat modeling. This new capability builds a threat model of your application from design documents (scope docs), source code (sources), or both. Scope docs are feature design documents that define the focus of the analysis, while source code provides context about your existing system. If you don’t provide scope docs, the agent generates a threat model from the source code alone. Each run produces a system overview and a set of threats classified by STRIDE category with severity ratings and recommendations.| June 8, 2026