DSSE Revision Decision
Decision ID: DECISION-MIRROR-001 Status: DEFAULT-APPROVED Effective Date: 2025-12-06 48h Window Started: 2025-12-06T00:00:00Z
Decision
The Mirror bundle DSSE envelope format follows the in-toto v1.0 specification with StellaOps extensions for offline verification.
Rationale
- in-toto v1.0 is the industry standard for software supply chain attestations
- DSSE (Dead Simple Signing Envelope) provides a clean JSON wrapper
- Existing tooling (
cosign,rekor) supports this format - Aligns with Evidence Locker DSSE patterns already implemented
Specification
{
"payloadType": "application/vnd.in-toto+json",
"payload": "<base64-encoded-in-toto-statement>",
"signatures": [
{
"keyid": "<key-id>",
"sig": "<base64-signature>"
}
]
}
StellaOps Extensions
_stellaops.revision: Bundle revision number_stellaops.timestamp: ISO-8601 UTC timestamp_stellaops.merkleRoot: SHA-256 Merkle root of bundle contents
Impact
- Tasks unblocked: ~5
- Sprint files affected: SPRINT_0150_mirror_dsse
Reversibility
To change the DSSE format:
- Propose new format in
docs/modules/mirror/dsse-proposal.md - Get Security Guild sign-off
- Update all affected sprint files
- Ensure backward compatibility for existing bundles
