You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, the metadata.tools as an array was deprecated in 1.5 and replaced by an object structure where you can define a list of components and services.
The issue is that the new structure is not supported by the cyclonedx-python-lib, neither for serialization (output) nor deserialization (input).
It can be in the way of loading a SBOM that is valid regarding the spec, but fails the deserialization.
For example, the
metadata.tools
as an array was deprecated in 1.5 and replaced by an object structure where you can define a list ofcomponents
andservices
.The issue is that the new structure is not supported by the
cyclonedx-python-lib
, neither for serialization (output) nor deserialization (input).It can be in the way of loading a SBOM that is valid regarding the spec, but fails the deserialization.
CycloneDX/cyclonedx-python-lib#561 (comment)
The text was updated successfully, but these errors were encountered: