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
this tool does not collect license evidences, nor does it analyze them. all it does is collect the licenses as declared in package manifest files.
therefore, the licenses should be marked as "declared" - which is possible since CycloneDX 1.6 see the docs: https://cyclonedx.org/docs/1.6/json/#components_items_licenses_oneOf_i0_items_license_acknowledgement
The text was updated successfully, but these errors were encountered:
depends on CycloneDX/cyclonedx-javascript-library#1051
Sorry, something went wrong.
feat: license acknowledgement (#1281)
ceddecc
fixes #1274 ## Added * Licenses acknowledgement might be populated ([#1274] via [#1281]) ## Misc * Raised dependency `@cyclonedx/cyclonedx-library@^6.6.0`, was `@^6.5.0` (via [#1281]) [#1274]: #1274 [#1281]: #1281 --------- Signed-off-by: Jan Kowalleck <[email protected]>
jkowalleck
Successfully merging a pull request may close this issue.
this tool does not collect license evidences, nor does it analyze them.
all it does is collect the licenses as declared in package manifest files.
therefore, the licenses should be marked as "declared" - which is possible since CycloneDX 1.6
see the docs: https://cyclonedx.org/docs/1.6/json/#components_items_licenses_oneOf_i0_items_license_acknowledgement
The text was updated successfully, but these errors were encountered: