CycloneDX / cyclonedx-webpack-plugin

Generate CycloneDX Software Bill of Materials (SBOM) from webpack bundles at compile time.
https://cyclonedx.org/
Apache License 2.0
24 stars 8 forks source link

[FEAT] emit tools as `metadata.tools.components` #1330

Open jkowalleck opened 1 day ago

jkowalleck commented 1 day ago

Own tools (@cyclonedx/webpack-plugin and @cyclonedx/cyclonedx-library) are listed under medatada.tools which is deprecated. They should be listed under medatada.tools.components as suggested since CycloneDX v1.5.

jkowalleck commented 1 day ago

depends on https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1152

required feature preview available via https://github.com/CycloneDX/cyclonedx-javascript-library/releases/tag/v7.0.0-beta.1