We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the cyclonedx_parser.py file, when it saves the package metadata, it saves the key of the dictionary as a tuple:
lib4sbom/lib4sbom/cyclonedx/cyclonedx_parser.py
Line 419 in b7390b1
This is an invalid key when trying to export to json with the generator, and the dumps call will fail with an exception.
The text was updated successfully, but these errors were encountered:
Have you got some sample code where it fails? A tuple is a valid key for a Python dictionary
Sorry, something went wrong.
No branches or pull requests
In the cyclonedx_parser.py file, when it saves the package metadata, it saves the key of the dictionary as a tuple:
lib4sbom/lib4sbom/cyclonedx/cyclonedx_parser.py
Line 419 in b7390b1
This is an invalid key when trying to export to json with the generator, and the dumps call will fail with an exception.
The text was updated successfully, but these errors were encountered: