diff --git a/protos/sigstore_rekor.proto b/protos/sigstore_rekor.proto index 4f1fd786..3c4b2746 100644 --- a/protos/sigstore_rekor.proto +++ b/protos/sigstore_rekor.proto @@ -110,4 +110,9 @@ message TransparencyLogEntry { // entry was appended to the log, and that the log has not been // altered. InclusionProof inclusion_proof = 6; + // The canonicalized Rekor entry body, used for SET verification. This + // is the same as the body returned by Rekor. It's included here for + // cases where the client cannot deterministically reconstruct the + // bundle from the other fields. + bytes canonicalized_body = 7; }