-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
spdxIssues related to SPDX interoperabilityIssues related to SPDX interoperability
Description
ORT's LicenseResolver does not seem to be capable of resolving of SPDX expression where left and right side of an AND are the same
To Reproduce
This license-choice-bug.zip contains all ORT results and reports for the test project I created from real world ORT scan to create a test case.
Steps to reproduce the behavior:
- Set up orthw on your machine
- Download this evaluation-result.json
- Run
mkdir license-choice-bug && license-choice-bug
- Initialize orthw with the directory using
orthw init file://${PWD}/evaluation-result.json
- Generate WebApp report using
orthw report-webapp
and expandMaven:jakarta.activation:jakarta.activation-api:2.1.2
in the Table tab.
Expected behavior
ORT results webapp report where the effective license for Maven:jakarta.activation:jakarta.activation-api:2.1.2 is show as just BSD-3-Clause
Environment
- ORT version: 22.6.0-036.sha.56bc621
- Java version: JDK 11.0.22+7, running under Java 11.0.22.
- OS: Mac OS X
MNesche
Metadata
Metadata
Assignees
Labels
spdxIssues related to SPDX interoperabilityIssues related to SPDX interoperability