-
Notifications
You must be signed in to change notification settings - Fork 107
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
Failure loading CycloneDX v1.5 and v1.6 #1230
Comments
Signed-off-by: tdruez <[email protected]>
This is caused by missing support in cyclonedx-python-lib, see: |
@ghsa-retrieval We already added some workaround for those issues in #1171 |
@ghsa-retrieval The fix is now available in the |
@tdruez It works correctly now. Thank you! |
@ghsa-retrieval Thanks for checking! |
Describe the bug
Using DejaCode's "Load Packages from SBOM" feature with ScanCode.io fails when using SBOMs generated by cdxgen in the CycloneDX v1.5 and v1.6 format. It appears that v1.4 is handled correctly. This problem could be related to #1171
Stack trace for
sbom-1-5.cdx.json
Stack trace for
sbom-1-6.cdx.json
:System configuration
load_sbom
To Reproduce
Steps to reproduce the behavior:
sbom-1-5.cdx.json
orsbom-1-6.cdx.json
fileload_sbom
Expected behavior
The SBOM in CycloneDX v1.5 format should be properly imported.
Screenshots
Screenshot should not be needed.
The text was updated successfully, but these errors were encountered: