AWS Security ChangesHomeSearch

AWS amazonq documentation change

Service: amazonq · 2025-03-26 · Documentation low

File: amazonq/latest/qdeveloper-ug/command-line-installing.md

Summary

Changed installation command from './q/install.sh' to 'sudo apt install -y ./install.sh'

Security assessment

The change modifies installation instructions but does not explicitly address security vulnerabilities or document security features.

Diff

diff --git a/amazonq/latest/qdeveloper-ug/command-line-installing.md b/amazonq/latest/qdeveloper-ug/command-line-installing.md
index cf5d2c61e..1b04fe9cd 100644
--- a/amazonq/latest/qdeveloper-ug/command-line-installing.md
+++ b/amazonq/latest/qdeveloper-ug/command-line-installing.md
@@ -106 +106 @@ The following procedure steps show how WSL can be installed:
-        ./q/install.sh
+        sudo apt install -y ./install.sh
@@ -239 +239 @@ The warning in the output is expected and doesn't indicate a problem. It occurs
-        ./q/install.sh
+        sudo apt install -y ./install.sh