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

JSON marshal of VerificationResult yields incorrectly-formatted in-toto attestation #365

Closed
codysoyland opened this issue Dec 20, 2024 · 0 comments · Fixed by #366
Closed
Labels
bug Something isn't working

Comments

@codysoyland
Copy link
Member

Description

Due to in-toto moving to protobuf, there is an issue where marshalling VerificationResult (with json.Marshal) will produce a JSON object with an incorrectly formatted in-toto statement.

Specifically, the predicateType field is named predicate_type, and other fields are made into snake_case instead of the expected camelCase as required by spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant