-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: add support for spec v1.5 #90
Conversation
5cf313a
to
8c9798c
Compare
It looks like all tasks on this PR are completed (merged), does that mean that full support for 1.5 is complete? or is there more work needed? |
Hey @wagoodman apologies for the delayed response. You are correct that most features are implemented, however the majority is not merged to There are some more or less minor tasks outstanding (see #115). Depending on which features of v1.5 you need, perhaps v0.7.2 is sufficient for you already. If you need something that has not been released yet, let me know and I'll see if I can expedite. |
If I see this right, EvidenceOccurrences is missing from 1.5 spec in the implementation. |
@nscuro Hello, I just wanted to raise a demand signal regarding support for the updated Do you have an ETA for this at this time? I know you're habitually busy and don't mean to pile on. The deprecated |
Signed-off-by: nscuro <nscuro@protonmail.com>
…n analysis Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
…n identity Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
…vidence Signed-off-by: nscuro <nscuro@protonmail.com>
Signed-off-by: nscuro <nscuro@protonmail.com>
Hey @bluesentinelsec thanks for reaching out. Actually I'll have a go at this on the weekend. I am annoyed myself that I haven't yet managed to get this done. I will not promise anything but I'll make an effort to ship at least what has been done so far in this PR, as well as a solution to the |
closes #115 Signed-off-by: nscuro <nscuro@protonmail.com>
this project should be simple to work with, and we don't want contributors (including ourselves) having to install exotic tools. Signed-off-by: nscuro <nscuro@protonmail.com>
@chris-rock Lines 358 to 361 in 64eb0c8
|
Decoupled the last remaining task into #130 to get this PR merged. |
This PR implements support for version 1.5 of the CycloneDX specification.
Coverage
See https://github.com/CycloneDX/specification/milestone/6
Closes #109
Closes #115