Define verifiable provenance and receipt chaining#7
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The RFC identified grants and surfaces primarily by mutable identifiers and versions, while receipts lacked one interoperable canonicalization, hash-chain, signature, policy-decision, and trace-correlation contract. That prevented independent implementations from proving which exact authority and manifest governed an action or from validating portable receipt provenance.
Goals
Changes
asp-jcs-sha-256profile using RFC 8785 JCS, SHA-256, base64url encoding, self-field exclusions, negative-input requirements, and two executable hash vectors.surface_hashandgrant_hashcontracts, OAuth projection equality, pinned manifest snapshots, action verification, and fail-closed revocation divergence handling.policy.decisionobject with outcome/reason constraints, safe-to-show explanations, RFC 3339 timestamps, and canonical decision hashes.receipt_hash/parent_receipt_hashchaining, cross-receipt invariants, and trusted-parent delivery semantics.trace_id,span_id, restart/link behavior, adapter propagation, and app/runtime log correlation.Validation
make review-build PYTHON=/opt/homebrew/opt/python@3.10/libexec/bin/python3make review-check PYTHON=/opt/homebrew/opt/python@3.10/libexec/bin/python3/opt/homebrew/opt/python@3.10/libexec/bin/python3 -m json.tool review/review-data.json >/dev/nullcryptographyvalidation: generated and verified a detached ES256 JWS signing input using the profile's canonical payload and 64-byte JWAR || Sencoding.git diff --checkBoundaries and Non-Goals
surface_hashcommits to the manifest and schema URLs, not transitive external schema bytes; schema bundles/content hashes remain future work.Notes