-
Notifications
You must be signed in to change notification settings - Fork 317
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
WebApp Reporter: Show the (concluded) license expression that choices are applied on (resulting in the effective license) #5017
Comments
@MarcelBochtler The WebApp reporter may show the real issue is that the EvaluatedModel is still using LicenseId instead of SpdxExpression. |
Remove the feature to toggle parsing of ScanCode license expressions. Starting with ScanCode output format verion 3, license expressions are first class citizens in ScanCode results, making this feature cumbersome to maintain. Note that the web-app report still would not show license expressions anyway (see issue #5017). Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Remove the feature to toggle parsing of ScanCode license expressions. Starting with ScanCode output format version 3, license expressions are first class citizens in ScanCode results, making this feature cumbersome to maintain. Note that the web-app report still would not show license expressions anyway (see issue #5017). Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Remove the feature to toggle parsing of ScanCode license expressions. Starting with ScanCode output format version 3, license expressions are first class citizens in ScanCode results, making this feature cumbersome to maintain. Note that the web-app report still would not show license expressions anyway [1]. [1]: #5017 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Remove the feature to toggle parsing of ScanCode license expressions. Starting with ScanCode output format version 3, license expressions are first class citizens in ScanCode results, making this feature cumbersome to maintain. Note that the web-app report still would not show license expressions anyway [1]. [1]: #5017 Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
More generally, we should make it easy for users of the web-app report to copy & paste the concluded license (that might still contain a choice) to a license choice configuration in order to tweak the effective license (/cc @mmurto). I'll adapt the issue title accordingly. |
The
scan-result.yml
contains license findings with a choice for the jhipster package:The WebApp reporter does not display these license choices:
The text was updated successfully, but these errors were encountered: