When an SBOM contains a license expression using the SPDX WITH operator
(e.g. Apache-2.0 WITH LLVM-exception), grant fails to look it up and logs:
linux-raw-sys 0.12.1 Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT Unknown
Grant logs ERROR unable to get license by ID: Apache-2.0 WITH LLVM-exception
on every affected component and treats the expression as unresolvable.
When an SBOM contains a license expression using the SPDX
WITHoperator(e.g.
Apache-2.0 WITH LLVM-exception), grant fails to look it up and logs:linux-raw-sys 0.12.1 Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT UnknownGrant logs
ERROR unable to get license by ID: Apache-2.0 WITH LLVM-exceptionon every affected component and treats the expression as unresolvable.