AWS inspector documentation change
Summary
Expanded list of example tools (Aider, GPT Engineer, Open Interpreter) detected in Python package scans due to expanded scan paths
Security assessment
Change only adds more examples of tools covered by existing detection capabilities. No security vulnerabilities or features are mentioned.
Diff
diff --git a/inspector/latest/user/sbom-generator-dependency-collection.md b/inspector/latest/user/sbom-generator-dependency-collection.md index f0283130b..4a0d82469 100644 --- a//inspector/latest/user/sbom-generator-dependency-collection.md +++ b//inspector/latest/user/sbom-generator-dependency-collection.md @@ -961 +961 @@ For globally installed Python packages, the Amazon Inspector SBOM Generator supp -In Amazon Inspector SBOM Generator release 1.13.0 and later, the scanner's default localhost scan paths were expanded to include user-level `pip` installs (`pip install --user`) and installs produced by the `uv tool install` command. This enables detection of Python packages that are installed outside system-wide `site-packages`, including frameworks such as CrewAI whose recommended install method is `uv tool install crewai`. +In Amazon Inspector SBOM Generator release 1.13.0 and later, the scanner's default localhost scan paths were expanded to include user-level `pip` installs (`pip install --user`) and installs produced by the `uv tool install` command. This enables detection of Python packages that are installed outside system-wide `site-packages`, including frameworks and tools such as CrewAI, Aider, GPT Engineer, and Open Interpreter, whose recommended install methods produce installs in these locations (for example, `uv tool install crewai`).