-
-
Notifications
You must be signed in to change notification settings - Fork 21
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: Add license text as evidence #1243
Conversation
Signed-off-by: Matthias Schiebel <[email protected]> Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Matthias Schiebel <[email protected]> Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]> Signed-off-by: Christoph Uhland <[email protected]>
address design principles and architecture of this project. Still wip Signed-off-by: Christoph Uhland <[email protected]> Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
As suggested in CycloneDX#427 (comment) Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for all of your efforts, @cuhland .
some changes/refactors are needed, please see my remarks below.
Also, please add the appropriate test-beds. I could expect this can be trickt. let me know if you need help with this.
Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
d723f0a
to
282c81c
Compare
Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
Signed-off-by: Christoph Uhland <[email protected]>
some code styles are not applied as expected. see https://github.com/CycloneDX/cyclonedx-node-npm/actions/runs/12370296220/job/34526888496?pr=1243 |
Signed-off-by: Christoph Uhland <[email protected]>
@cuhland , i will merge the feature soon, so it will be part of the next release. next release is planned for January 2025. |
Thanks. |
@cuhland and @jkowalleck - Thanks for integrating the --gather-license-texts option. |
followup of #1243 make implementation a copy-past of existing art: <https://github.com/CycloneDX/cyclonedx-node-yarn/blob/main/src/_helpers.ts> this should make it easier for CycloneDX/cyclonedx-javascript-library#1162 --------- Signed-off-by: Jan Kowalleck <[email protected]>
this feature was released via v1.20.0 |
fixes #256
This PR is based on #427, and uses the same implementation as it was implemented in yarn (See CycloneDX/cyclonedx-node-yarn#193)
closes #427