AWS inspector documentation change
Summary
Expanded Node.js detection support and removed note about Docker image limitations
Security assessment
Updates supported ecosystems but does not address a security vulnerability or document security features.
Diff
diff --git a/inspector/latest/user/sbom-generator-ecosystem-collection.md b/inspector/latest/user/sbom-generator-ecosystem-collection.md index 1a70e18cc..82a22c2b4 100644 --- a//inspector/latest/user/sbom-generator-ecosystem-collection.md +++ b//inspector/latest/user/sbom-generator-ecosystem-collection.md @@ -364 +364 @@ The following is an example package URL for a WordPress theme. - * MacOS and Linux – `node` binary detection through binary details installed with `asdf`, `fnm`, `nvm`, or `volta` + * MacOS and Linux – `node` binary detection through binary details installed with `asdf`, `fnm`, `nvm`, `volta`, or official Node.JS containers. @@ -369,4 +368,0 @@ The following is an example package URL for a WordPress theme. -###### Note - -Docker images or images by node.js publisher are unsupported. These images do not contain reliable artifacts. You can view examples of these images on the [Dockerhub](https://hub.docker.com/_/node) and [GitHub](https://github.com/nodejs/docker-node/blob/12a54cd19fc05ecaf5a9aecc9e5280a37057835f/22/alpine3.21/Dockerfile#L23-L26). -