From da3855a3678494b3150a40f0e74b49371371e640 Mon Sep 17 00:00:00 2001 From: Aditya Sirish Date: Thu, 28 Sep 2023 11:55:50 -0400 Subject: [PATCH] review: Drop encoding from media type, add comment for timestamp Signed-off-by: Aditya Sirish --- protos/sigstore_bundle.proto | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/protos/sigstore_bundle.proto b/protos/sigstore_bundle.proto index 3a35557b..e85b1a82 100644 --- a/protos/sigstore_bundle.proto +++ b/protos/sigstore_bundle.proto @@ -71,12 +71,11 @@ message VerificationMaterial { // with a Sigstore signature in a DSSE envelope. Specifically, this message is // meant to be used for the `ext` field in a signature extension. The `kind` for // the Sigstore DSSE extension MUST be -// application/vnd.dev.sigstore.dsse+json;version=0.1. The certificate chain -// included MUST NOT include the Sigstore root or trusted intermediate -// certificates. +// application/vnd.dev.sigstore.dsse;version=0.1. The certificate chain included +// MUST NOT include the Sigstore root or trusted intermediate certificates. message DSSESignatureExtension { dev.sigstore.common.v1.X509CertificateChain x509_certificate_chain = 1 [(google.api.field_behavior) = REQUIRED]; - + // An inclusion proof and an optional signed timestamp from the log. repeated dev.sigstore.rekor.v1.TransparencyLogEntry tlog_entries = 2; // Timestamp may also come from // tlog_entries.inclusion_promise.signed_entry_timestamp.