Skip to content
New issue

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

content: draft: Improve strength of Source Level 3 #1217

Merged
merged 5 commits into from
Oct 31, 2024

Conversation

TomHennen
Copy link
Contributor

Previously level 3 just required the provenance/attestations to be tamper-resistant but didn't require those attestations to be created at any particular time. If an SCS were to create these attestations on-demand it would leave revisions more susceptible to tampering within the SCS between the time of their production and the time of the request.

By creating the attestations contemporaneously it reduces the period of time during which a threat actor would be able to falsify this evidence.

Also changed 'Source Attestations' to 'Source Provenance' to be inline with #1204 where we call it 'Provenance' and not 'Attestations'.

fixes #1216

Previously level 3 just required the provenance/attestations to be tamper-resistant
but didn't require those attestations to be created at any particular time.
If an SCS were to create these attestations on-demand it would leave revisions more
susceptible to tampering within the SCS between the time of their production and
the time of the request.

By creating the attestations contemporaneously it reduces the period of time
during which a threat actor would be able to falsify this evidence.

Also changed 'Source Attestations' to 'Source Provenance' to be inline with slsa-framework#1204
where we call it 'Provenance' and not 'Attestations'.

fixes slsa-framework#1216

Signed-off-by: Tom Hennen <tomhennen@google.com>
Copy link

netlify bot commented Oct 23, 2024

Deploy Preview for slsa ready!

Name Link
🔨 Latest commit 0934c4c
🔍 Latest deploy log https://app.netlify.com/sites/slsa/deploys/672387a3511b020008e07ee0
😎 Deploy Preview https://deploy-preview-1217--slsa.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@TomHennen
Copy link
Contributor Author

@adityasaky I'd also like your thoughts here. I think this is inline with how gittuf works anyways?

@TomHennen TomHennen changed the title Improve strength of Source Level 3 content: draft: Improve strength of Source Level 3 Oct 23, 2024
docs/spec/draft/source-requirements.md Outdated Show resolved Hide resolved
docs/spec/draft/source-requirements.md Outdated Show resolved Hide resolved
TomHennen and others added 2 commits October 24, 2024 12:00
Co-authored-by: Aditya Sirish <8928778+adityasaky@users.noreply.github.com>
Signed-off-by: Tom Hennen <TomHennen@users.noreply.github.com>
Signed-off-by: Tom Hennen <tomhennen@google.com>
@TomHennen TomHennen requested a review from arewm October 24, 2024 17:39
Copy link
Member

@arewm arewm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

TomHennen and others added 2 commits October 31, 2024 09:33
Co-authored-by: Zachariah Cox <zachariahcox@github.com>
Signed-off-by: Tom Hennen <TomHennen@users.noreply.github.com>
Signed-off-by: Tom Hennen <tomhennen@google.com>
@TomHennen
Copy link
Contributor Author

I think this is probably good enough. We have approval from two Maintainer's (good enough for draft).

I would still be interested to hear if @trishankatdatadog has any thoughts but I can incorporate those into future PRs if he'd like changes made.

@TomHennen TomHennen merged commit c9ea020 into slsa-framework:main Oct 31, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

Improve strength of Source Level 3
4 participants