-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Feature] Support CycloneDX 1.6 #769
Comments
I'm happy to merge a pull request adding v1.6 support. AFAIK I'm the only active maintainer and I'm already spread very thin, so v1.6 support will only happen if either someone opens a PR for it, or provides funding so that one of the maintainers could implement it. |
I'm looking at all PRs and issues as well but you usually get to it before me. :) 1.6 support would be fabulous. It's on my to-do list so I'll try to get to it eventually but if you'd be up for a PR that'd be great. We can definitely also help and @justahero can probably also give some hints on how to implement this best seeing as he was the one adding 1.5 support. |
Yeah I can work on it this weekend for sure :) Does discussion about development for this project typically happen on slack? It'd be great to have a place I can ask questions in 😁 |
I'd also be thrilled to see 1.6 🚀 💓 |
CycloneDX1.6.1 is out with some fixes. |
You're welcome to jump on slack for any discussion needs, yeah. But we can also keep it here. Whatever you prefer! |
Problem
It seems like there's currently no support for outputting the json with the CycloneDX 1.6 format. Is support for this planned? I would be willing to add support if given the go ahead. Currently,
serde-cyclonedx
supports v1.6, but it'd be nice if this crate supported it too 🙂The text was updated successfully, but these errors were encountered: