-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] emit tools as metadata.tools.components
#1233
Comments
depends on CycloneDX/cyclonedx-javascript-library#1152 |
I've missed that one. You're right. It's probably better to wait on this one and adopt here accordingly. |
metadata.tools.components
metadata.tools.components
metadata.tools.components
metadata.tools.components
metadata.tools.components
metadata.tools.components
required feature preview available via https://github.com/CycloneDX/cyclonedx-javascript-library/releases/tag/v7.0.0-beta.1 |
this is a breaking change. |
was released via https://github.com/CycloneDX/cyclonedx-node-npm/releases/tag/v2.0.0 |
Describe the feature
Own tools (
@cyclonedx/cyclonedx-npm
and@cyclonedx/cyclonedx-library
) are listed undermedatada.tools
which is deprecated. They should be listed undermedatada.tools.components
as suggested since CycloneDX v1.5.To Reproduce
Any generated JSON document contains the same output. I've tried the following command on an npm project:
Expected behavior
Entries under
metadata.tools
should be listed undermedatada.tools.components
according to the "component" data structure.Screenshots or output-paste
Environment
Additional context
This is the part of the code where
metadata.tools
are being populated:cyclonedx-node-npm/src/builders.ts
Lines 230 to 238 in 96f1046
The text was updated successfully, but these errors were encountered: