We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
The current bundle format does not capture the hash algorithms used by the log. This is called out in this comment sigstore/cosign#2204 (comment).
The information on hash and signature algorithm are now proposed to be part of the transparency log parameters used for verification per this PR: https://github.com/sigstore/protobuf-specs/pull/5/files#diff-b1f89b7fd3eb27b519380b092a2416f893a96fbba3f8c90cfa767e7687383ad4R31
My proposal is to omit this data from the bundle, and only capture it in the tlog parameters.
The text was updated successfully, but these errors were encountered:
Anything left to do here?
Sorry, something went wrong.
It's captured now in the TransparencyLogInstance:
TransparencyLogInstance
protobuf-specs/protos/sigstore_trustroot.proto
Line 31 in a09e324
So let's close this.
No branches or pull requests
Description
The current bundle format does not capture the hash algorithms used by the log. This is called out in this comment sigstore/cosign#2204 (comment).
The information on hash and signature algorithm are now proposed to be part of the transparency log parameters used for verification per this PR: https://github.com/sigstore/protobuf-specs/pull/5/files#diff-b1f89b7fd3eb27b519380b092a2416f893a96fbba3f8c90cfa767e7687383ad4R31
My proposal is to omit this data from the bundle, and only capture it in the tlog parameters.
The text was updated successfully, but these errors were encountered: