Skip to content
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

Support for CycloneDX schema version 1.6 #375

Open
V3ct0r-v opened this issue Jun 26, 2024 · 7 comments
Open

Support for CycloneDX schema version 1.6 #375

V3ct0r-v opened this issue Jun 26, 2024 · 7 comments

Comments

@V3ct0r-v
Copy link

CycloneDX version 1.6 has been released: https://cyclonedx.org/news/cyclonedx-v1.6-released/

currently the tool support schema 1.4 only:

Validating JSON BOM... Incorrect schema version: expected 1.4 actual 1.6 BOM is not valid.

Is there a timeline for schema version 1.6 support?

@mtsfoni
Copy link
Contributor

mtsfoni commented Jun 26, 2024

1.5 is supported.

1.6 might still take some weeks.

@V3ct0r-v
Copy link
Author

Thank you for the info!

Although, I tested with a 1.5 formatted SBOM but got the same error message:

Validating JSON BOM...
Incorrect schema version: expected 1.4 actual 1.5
BOM is not valid.

version of the exe I am using:

.\cyclonedx-win-x64.exe --version | out-default
0.25.1+03b8019b24e847b6fdc91822eae2e9a220d525fa

@V3ct0r-v V3ct0r-v changed the title Support for CycloneDX schema version 1,6 Support for CycloneDX schema version 1.6 Jun 26, 2024
@mtsfoni
Copy link
Contributor

mtsfoni commented Jun 26, 2024

Is it possible to provide the sbom? I would step through the code and check what's going wrong then.

@ferben
Copy link

ferben commented Jun 26, 2024

cyclonedx merge command does not support 1.6 format see #376

@GalaxyGorilla
Copy link

Is there any update on a future release with the schema support? We really want to use attestations in a project :).

Maybe @mtsfoni knows?

@mtsfoni
Copy link
Contributor

mtsfoni commented Sep 6, 2024

We are close, mostly some clean up work is left.

This or next weekend.

@mtsfoni
Copy link
Contributor

mtsfoni commented Sep 16, 2024

@GalaxyGorilla It's released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants