-
-
Notifications
You must be signed in to change notification settings - Fork 657
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current Behavior
If I understand correctly the code at
dependency-track/src/main/java/org/dependencytrack/tasks/BomUploadProcessingTask.java
Line 724 in 6db3593
private static void resolveAndApplyLicense( |
Proposed Behavior
License names can be misspelled, matching by license URL seems more robust.
E.g. SPDX maven plugin matches licenses by URL
To preserve backwards compatibility the matching by URL should be added as last attempt
Checklist
- I have read and understand the contributing guidelines
- I have checked the existing issues for whether this enhancement was already requested
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request