AWS Security ChangesHomeSearch

AWS amazonq documentation change

Service: amazonq · 2025-05-19 · Documentation low

File: amazonq/latest/qdeveloper-ug/amazon-q-for-github.md

Summary

Updated GitHub Marketplace links and clarified code review agent triggers (now activates on PR creation/reopen but not subsequent commits)

Security assessment

The changes update URLs to marketplace listings and clarify code review trigger conditions. While code reviews address security concerns, there's no evidence this change fixes a specific vulnerability or introduces new security features - it only modifies existing workflow documentation.

Diff

diff --git a/amazonq/latest/qdeveloper-ug/amazon-q-for-github.md b/amazonq/latest/qdeveloper-ug/amazon-q-for-github.md
index fb85ba618..626d026ff 100644
--- a//amazonq/latest/qdeveloper-ug/amazon-q-for-github.md
+++ b//amazonq/latest/qdeveloper-ug/amazon-q-for-github.md
@@ -13 +13 @@ Amazon Q Developer for GitHub is in preview release and is subject to change.
-[Amazon Q Developer for GitHub or GitHub Enterprise Cloud](https://github.com/apps/amazon-q-developer) allows you to leverage Amazon Q Developer capabilities for your software development workflows. With specialized development agents, you can implement new ideas, review code for quality issues, address vulnerabilities with unit tests, and modernize legacy Java applications. Once the agent completes a task, you can provide feedback, and the agent iterates on the previous solution. For more information, see Amazon Q Developer agents.
+[Amazon Q Developer for GitHub or GitHub Enterprise Cloud](https://github.com/marketplace/amazon-q-developer) allows you to leverage Amazon Q Developer capabilities for your software development workflows. With specialized development agents, you can implement new ideas, review code for quality issues, address vulnerabilities with unit tests, and modernize legacy Java applications. Once the agent completes a task, you can provide feedback, and the agent iterates on the previous solution. For more information, see Amazon Q Developer agents.
@@ -15 +15 @@ Amazon Q Developer for GitHub is in preview release and is subject to change.
-You can access the Amazon Q Developer integration through [GitHub](https://github.com/apps/amazon-q-developer) and authorize it to provide access to your organization's repositories. To get started with Amazon Q Developer for GitHub, see [Quickstart: Installing, using features in GitHub, and increasing usage limits](./github-quickstart.html).
+You can access the Amazon Q Developer integration through [GitHub](https://github.com/marketplace/amazon-q-developer) and authorize it to provide access to your organization's repositories. To get started with Amazon Q Developer for GitHub, see [Quickstart: Installing, using features in GitHub, and increasing usage limits](./github-quickstart.html).
@@ -66 +66 @@ Amazon Q Developer agents provide support across the software development lifecy
-  * **Amazon Q code review agent** – When a new pull request is created, Amazon Q Developer automatically performs a code review and provides feedback on code quality, potential issues, and security concerns. Amazon Q Developer also generates fixes for the identified issues, which you can review and choose to commit to the pull request. For more information, see [Reviewing code with Amazon Q Developer in GitHub](./github-code-reviews.html).
+  * **Amazon Q code review agent** – When a new pull request is created or a closed pull request is reopened, Amazon Q Developer automatically performs a code review and provides feedback on code quality, potential issues, and security concerns. Amazon Q Developer also generates fixes for the identified issues, which you can review and choose to commit to the pull request. Automatic code reviews are not triggered by subsequent commits made within an existing pull request. For more information, see [Reviewing code with Amazon Q Developer in GitHub](./github-code-reviews.html).