CycloneDX / cyclonedx-node-npm

Create CycloneDX Software Bill of Materials (SBOM) from Node.js NPM projects.
https://cyclonedx.org/
Apache License 2.0
73 stars 20 forks source link

docs: add CycloneDX 1.6 to README #1174

Closed XSpielinbox closed 7 months ago

XSpielinbox commented 7 months ago

Adjusted to the output of --help in version 1.16.2

This especially makes clear, that version 1.6 of the CycloneDX spec is actually supported.

jkowalleck commented 7 months ago

FYI: CycloneDX 1.6 support is not enabled in this tool by any means, it is enabled by one of its dependencies: https://github.com/CycloneDX/cyclonedx-javascript-library

This means: CycloneDX 1.6 is only available in this very tool, if you have the dependency installed in one of the versions that offer support for it. At the moment, there is no enforcement on a version that supports 1.6 — so your experience might vary.

XSpielinbox commented 7 months ago

FYI: CycloneDX 1.6 support is not enabled in this tool by any means, it is enabled by one of its dependencies: https://github.com/CycloneDX/cyclonedx-javascript-library

This means: CycloneDX 1.6 is only available in this very tool, if you have the dependency installed in one of the versions that offer support for it. At the moment, there is no enforcement on a version that supports 1.6 — so your experience might vary.

Thank you for the information. I could reproduce that. I apologize, if this caused inconvenience or confusion.