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
I'd like to suggest a small enhancement: when serializing data to cyclonedx.model.license.DisjunctiveLicense, if unexpected keys like properties/properties are present, the serializer currently fails without a very clear message. Cyclonedx v1.6 supports that key and so I think this also applies to the complete support of v1.6.
I'd like to suggest a small enhancement: when serializing data to cyclonedx.model.license.DisjunctiveLicense, if unexpected keys like properties/properties are present, the serializer currently fails without a very clear message. Cyclonedx v1.6 supports that key and so I think this also applies to the complete support of v1.6.
Thanks again!
this would be a breaking change, behavior-wise(dont fail on non-implemented properties) and API(all constructors would accept any kwarg) wise. just a remark, not a blocker.
Anyway, feel free to pull request the needed changes; this is a community project, depending on your contributions and code donations.
jkowalleck
changed the title
Complete support for CycloneDX v1.6
[TRACKING] Complete support for CycloneDX v1.6
Mar 28, 2025
see https://github.com/CycloneDX/specification/releases/tag/1.6
and https://github.com/CycloneDX/specification/releases/tag/1.6.1
The following items are not currently supported for CycloneDX v1.5 (as of release 7.6.x):
definition.Standard.signature
dependencies.provides
cyclonedx.model.dependency.Dependency.provides
#735The text was updated successfully, but these errors were encountered: