-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
Support Import of CycloneDX 1.5 BOMs #2850
Comments
Now that the first CycloneDX v1.5 BOMs are being produced (not bad... 24 hours after release of the specification), here is the exception:
|
Note: We have a dependency on cyclonedx-core-java which was not updated for spec v1.5 yet. |
For anyone hitting this using cdxgen, 8.6.0 is the last version to use 1.4 |
For anyone hitting this using latest cdxgen |
How do I solve this if I am using the server version, how can I specify the spec-version from the url, is it even possible? |
Closes DependencyTrack#2850 Signed-off-by: nscuro <nscuro@protonmail.com>
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Current Behavior
Dependency-Track v4.8.2 supports the import of BOMs that are CycloneDX 1.4 or below.
CycloneDX 1.5 will be released before the end of June 2023. We will start to see tooling producing 1.5 BOMs shortly thereafter. An attempt to import any such BOM to DT would throw an error,
Proposed Behavior
Dependency-Track must be updated so that CycloneDX v1.5 BOMs can be imported without error.
The implementation of support for new functionality offered by 1,5 (commercial licensing and much more besides) is expected to be covered by other issues. This enhancement is to ensure that existing CycloneDX functionality is preserved... no errors and dependency graphs (etc) still work.
Checklist
The text was updated successfully, but these errors were encountered: