Fixed compund SPDX expression resolution in detection & clue matches#619
Fixed compund SPDX expression resolution in detection & clue matches#619
Conversation
Signed-off-by: Omkar Phansopkar <[email protected]>
|
Hey @AyanSinhaMahapatra |
There was a problem hiding this comment.
LGTM!
Thanks @OmkarPh
The issue was resolved by this.
Here's another scan I used for testing a long license-expression:
test.json.txt
Looks good to me now, should be good. For match-level license-expressions this should be enough, there could be composite license-expression corner cases but no use building a perfect license-expression -> SPDX license expression here in workbench, as that's something that should be (and is presently) handled in SCTK.
Anyway I think we are soon having SPDX license expressions everywhere we have our expressions, so then this will be better as we don't want to do this computation on the workbench side.
Please merge!
|
Thanks @AyanSinhaMahapatra
That's nice 😄 |
This fixes the spdx license expression resolution issue discussed in #610