Skip to content

Commit

Permalink
content: draft: clarify "in the present context"
Browse files Browse the repository at this point in the history
My read is that "the present context" is what branches or tags
point at the given revision.  Making that explicit.

fixes #1138

Signed-off-by: Tom Hennen <tomhennen@google.com>
  • Loading branch information
TomHennen committed Oct 16, 2024
1 parent 889b1af commit 149a49e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/spec/draft/source-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ Activities conducted on the SCS SHOULD be attributed to authenticated identities
<td><td>✓<td>✓
<tr id="source-attestations"><td>Source attestations<td>

A source attestation contains information about how a specific revision was created and how it came to exist in its present context.
A source attestation contains information about how a specific revision was created and how it came to exist in its present context
(e.g. the branches or tags that point, or pointed, at that revision).
They are associated with the revision identifier delivered to consumers and are a statement of fact from the perspective of the SCS.

If a consumer is authorized to access source on a particular branch, they MUST be able to fetch the source attestation documents for revisions in the history of that branch.
Expand Down

0 comments on commit 149a49e

Please sign in to comment.