Skip to content

[TRACKING] Complete support for CycloneDX v1.6 #696

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

Open
3 tasks
jkowalleck opened this issue Oct 7, 2024 · 2 comments
Open
3 tasks

[TRACKING] Complete support for CycloneDX v1.6 #696

jkowalleck opened this issue Oct 7, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed schema 1.6

Comments

@jkowalleck
Copy link
Member

jkowalleck commented Oct 7, 2024

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):

@jkowalleck jkowalleck added enhancement New feature or request help wanted Extra attention is needed schema 1.6 labels Oct 7, 2024
@jkowalleck jkowalleck changed the title Complete support for CycloneDX v1.5 Complete support for CycloneDX v1.6 Oct 7, 2024
@aespogom
Copy link

Hi team,
Thanks for your work on this library!

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!

@jkowalleck
Copy link
Member Author

Hi team, Thanks for your work on this library!

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 jkowalleck changed the title Complete support for CycloneDX v1.6 [TRACKING] Complete support for CycloneDX v1.6 Mar 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed schema 1.6
Projects
None yet
Development

No branches or pull requests

2 participants