-
-
Notifications
You must be signed in to change notification settings - Fork 13
feat: centralized license evidence gatrhering #1162
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
Labels
enhancement
New feature or request
Comments
Previous attempts to solve this were postponed, since there is not enough known about the requirements downstream. |
jkowalleck
added a commit
to CycloneDX/cyclonedx-node-npm
that referenced
this issue
Dec 18, 2024
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]>
60 tasks
2 tasks
jkowalleck
added a commit
that referenced
this issue
Jun 12, 2025
fixes #1162 - [x] implement - [x] test --------- Signed-off-by: Jan Kowalleck <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Gathering license evidence is a common feature of downstream users.
As a library, this should be centralized in here, so that maintenance efforts are minimized.
currently known implementations downstream:
related downstream issues
Requirements
license for evidence
file: ${filePath}
text/...
files to take into account
/^LICEN[CS]E/i
-- general file pattern/.LICEN[CS]E$/i
-- common file pattern for multi-license projects/^NOTICE$/
-- file with this exact name is relevant in terms of Apache-2.0 licensetext content type
like so
additional license-file related file extensions
.apache
.apache2
<<- missing in most implementations.bsd
.mit
.gpl
...
to be continued
The text was updated successfully, but these errors were encountered: