-
Notifications
You must be signed in to change notification settings - Fork 195
Closed
Labels
Description
Currently the in-toto type does not contain any signatures. This prevents users of in-toto records from verifying attestations that are stored in rekor's attestation stores.
Additionally, the IntotoObj.content.hash refers to the hash of the entire DSSE envelope where the Attestation in the stores only contains the payload of the DSSE. This prevents us from ensuring the attestation returned to us from Rekor's stores is what the IntotoObj on the merkle tree is describing unless we can reassemble the entire DSSE envelope byte-for-byte, which includes the signature.
@SantiagoTorres proposes storing the entire DSSE envelope as the Attestation
Reactions are currently unavailable