Skip to content

Commit 52bb0e4

Browse files
committed
mention @cyclonedx/cyclonedx-npm in prior art
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 0912839 commit 52bb0e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

accepted/0000-sbom-command.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ All packages will specify a `false` value for the <code>[filesAnaylzed](https://
147147

148148
The <code>[externalRefs](https://spdx.github.io/spdx-spec/v2.3/package-information/#721-external-reference-field)</code> field will contain two <code>[PACKAGE-MANAGER](https://spdx.github.io/spdx-spec/v2.3/external-repository-identifiers/#f3-package-manager)</code> references, one using the <code>[npm](https://spdx.github.io/spdx-spec/v2.3/external-repository-identifiers/#f32-npm)</code> reference type and the other using the <code>[purl](https://spdx.github.io/spdx-spec/v2.3/external-repository-identifiers/#f35-purl)</code> reference type.
149149

150+
## Prior Art
151+
152+
As it relates to the CycloneDX SBOM format, much of the capability described as part of the new `npm-sbom` command is already available in the <code>[@cyclonedx/cyclonedx-npm](https://www.npmjs.com/package/%40cyclonedx/cyclonedx-npm)</code> project. The `@cyclonedx/cyclonedx-npm` project also includes documentation about deriving SBOM [results](https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/docs/result.md) from an npm project and [component deduplication](https://github.com/CycloneDX/cyclonedx-node-npm/blob/main/docs/component_deduplication.md).
150153

151154
## Unresolved Questions and Bikeshedding
152155

0 commit comments

Comments
 (0)