-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
[WIP] feat: Add support for Component Identity Evidence #657
base: main
Are you sure you want to change the base?
[WIP] feat: Add support for Component Identity Evidence #657
Conversation
This PR is a work in progress and does not currently pass the tests and does not propertly handle the 1.5 schema that only allows the |
Signed-off-by: Jacob Wahlman <[email protected]>
Signed-off-by: Jacob Wahlman <[email protected]>
Signed-off-by: Jacob Wahlman <[email protected]>
Signed-off-by: Jacob Wahlman <[email protected]>
Signed-off-by: Jacob Wahlman <[email protected]>
a30629c
to
27d4470
Compare
Identified some issues with some invalid tests, updated those and now it works for schema 1.6 with arrays. However, the only remaining issue is the object support for componentIdentityEvidence in schema 1.5 and 1.6. |
Signed-off-by: Jacob Wahlman <[email protected]>
@wahl-sec is this work-in-progress, or ready for review? does this change include any breaking changes? |
@jkowalleck No breaking changes, only added the optional |
This pull request aims to implement the
componentIdentityEvidence
type from 1.5 and 1.6 as part of fulfilling #578