Skip to content
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

Unknown Licenses should be reported separately #2574

Closed
2 of 7 tasks
akugarg opened this issue Jun 21, 2021 · 2 comments
Closed
2 of 7 tasks

Unknown Licenses should be reported separately #2574

akugarg opened this issue Jun 21, 2021 · 2 comments

Comments

@akugarg
Copy link
Collaborator

akugarg commented Jun 21, 2021

We should have a separate section for reporting unknown licenses and not mixed with all license detections for clarity.

Short Description

  • new feature

Select Category

  • Enhancement
  • Add License/Copyright
  • Scan Feature
  • Packaging
  • Documentation
  • Expand Support
  • Other

Describe the Update

How This Feature will help you/your organization

Possible Solution/Implementation Details

#1675 for more details

Can you help with this Feature

@akugarg
Copy link
Collaborator Author

akugarg commented Jun 22, 2021

Currently we have something like this :
Licenses:[
{}
{}
]

We could have something like any of the two options below:
Having complete different sections for two:
Known Licenses:[
{} ... {}
]
Unknown Licenses:[
{}...{}
]
OR
having subsections within licenses array itself
Licenses:[
Known:[ {} {} ]

Unknown:[ {} {} ]
]

@AyanSinhaMahapatra
Copy link
Member

Yes, we could keep the licenses as it is, and just name the new list unknown_licenses also.
@pombredanne does this sound okay?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants