Skip to content

Commit 0912839

Browse files
committed
mention @cyclonedx/cyclonedx-library package
Signed-off-by: Brian DeHamer <[email protected]>
1 parent 23170c0 commit 0912839

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

accepted/0000-sbom-command.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ Similarly, there are named properties defined for identifying things like "bundl
107107

108108
The CycloneDX specification also provides [fields](https://cyclonedx.org/docs/1.4/json/#components) for capturing other package metadata like author, license, website, etc. Not all packages provide this information, but these fields will be populated when the information is available.
109109

110+
For generating the CycloneDX SBOM, we could utilize the <code>[@cyclonedx/cyclonedx-library](https://www.npmjs.com/package/@cyclonedx/cyclonedx-library)</code> (2.9MB unpacked) package which provides data models and serializers for generating valid CycloneDX documents. This library has direct dependencies on <code>[spdx-expression-parse](https://www.npmjs.com/package/spdx-expression-parse)</code> (which is already included as part of the npm CLI) and <code>[packageurl-js](https://www.npmjs.com/package/packageurl-js)</code> (39kB unpacked).
111+
110112
#### SPDX
111113

112114
```json

0 commit comments

Comments
 (0)