We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
group
npm
https://github.com/CycloneDX/cyclonedx-node-npm application uses group field for dependencies with slash (e.g. @babel/helper-string-parser): https://github.com/CycloneDX/cyclonedx-node-npm/blob/1b0f30c1523befcdac3cd8bf9ae041c1f2a3cb2c/demo/juice-shop/example-results/bare/bom.1.5.json#L102-L117 Looks like we need to use similar logic to marshal/unmarshal reports in CycloneDX format.
@babel/helper-string-parser
The text was updated successfully, but these errors were encountered:
DmitriyLewen
Successfully merging a pull request may close this issue.
Description
https://github.com/CycloneDX/cyclonedx-node-npm application uses
group
field for dependencies with slash (e.g.@babel/helper-string-parser
):https://github.com/CycloneDX/cyclonedx-node-npm/blob/1b0f30c1523befcdac3cd8bf9ae041c1f2a3cb2c/demo/juice-shop/example-results/bare/bom.1.5.json#L102-L117
Looks like we need to use similar logic to marshal/unmarshal reports in CycloneDX format.
Discussed in #5906
The text was updated successfully, but these errors were encountered: