-
Notifications
You must be signed in to change notification settings - Fork 12
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
Need an endpoint to get the license findings in a package #2074
Comments
@Etsija Do you mean just the detected license as one SPDX expression, or the list of license findings? If the latter, this should be a separate endpoint to properly support pagination. |
Some thoughts:
|
Yes and yes, but IIUC that question referred to the case of having a dedicated license findings (which we probably want to have, I means it's already there but empty; however, that's a slightly different topic of displaying detected licenses as part of the packages view).
I believe at least the dedicated license findings view should optionally take them into account (which reminds me a bit of #2071, BTW). But also for the display of detect licenses in the packages view it should be the case, I believe. @mnonnenmacher, I propose to have a short meeting to discuss the details. |
Either a dedicated endpoint for this is needed, or then this endpoint needs to be extended to provide with the detected licenses (which are available after the Scanner job is completed).
The text was updated successfully, but these errors were encountered: