public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
From: "serhei at serhei dot io" <sourceware-bugzilla@sourceware.org>
To: overseers@sourceware.org
Subject: [Bug Infrastructure/29615] prototype & document SOP for signed-git-op repo
Date: Tue, 27 Sep 2022 13:23:30 +0000	[thread overview]
Message-ID: <bug-29615-14326-eDCLOjNN9a@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-29615-14326@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=29615

--- Comment #5 from Serhei Makarov <serhei at serhei dot io> ---
One issue with the SLSA4 checklist is that SLSA4 seems to be written in a way
that assumes developers are reviewing pull requests and there's a magic forge
that everyone trusts to securely decide when the merge criteria have been met.
Applying it to individual commits on a mailing-list workflow will be tricky and
AFAIK the kernel isn't currently doing that. The example on SLSA4 website of a
compliant project is SUSE Open Build System, which sounds magic-forge-y.

(Just trying to wrap my head around how it would hypothetically look. In
fully-paranoid SLSA4, we would need to verify

(a) the patch series submitted to the mailing list was reviewed & signed off by
<insert required number of reviewers>
(b) the patch series committed to the Git repo matches exactly what was signed
off in the mailing list (no last-minute good-Samaritan fixup by the maintainer)

and all of that would need to be recorded by GPG signatures on the mailing list
archives* and in the Git repo and verifiable by anyone after the fact, not 'oh,
we has a forge website, and the forge's security widget ok'ed the merge, so the
resulting Git repo must be good; hope no one hacked the forge'.

[*On an 8-patch series, 2 reviewers would need to attach a total of 16 GPG
signatures. Maybe with suitable tooling you could batch up the contents of the
8 patches into 1 email, and sign that, I dunno. {Forget doing that in your
corporate GMail web client.} You would then have a script anyone can run for
auditing purposes that slurps the Git repo and mailing list archives and flags
any commits that don't have two matching, GPG-signed Signed-Off-By: replies by
reviewers.]

[The Git repo would also need to consume mailing lists somehow and block any
patches that have not been signed off. But this is orthogonal to after-the-fact
audits, and can basically be thought of as a convenience measure to protect
maintainers from accidentally making un-approved changes that would immediately
be caught and reverted.])

Is there an existing example of an SLSA4 compliant (or at least
trying-in-good-faith) project that has grappled with this kind of workflow? I'm
honestly not sure if the tooling to enable it is 100% there, at LF or anywhere
else.

At the same time it's kind of intriguing to see if this level of paranoia can
be implemented in a somewhat convenient way.

-- 
You are receiving this mail because:
You are the assignee for the bug.

  parent reply	other threads:[~2022-09-27 13:23 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-26 13:30 [Bug Infrastructure/29615] New: " fche at redhat dot com
2022-09-26 16:57 ` [Bug Infrastructure/29615] " serhei at serhei dot io
2022-09-26 17:20 ` serhei at serhei dot io
2022-09-26 17:39 ` ezannoni at gmail dot com
2022-09-27 11:45 ` mark at klomp dot org
2022-09-27 13:23 ` serhei at serhei dot io [this message]
2022-09-27 20:10 ` mark at klomp dot org
2023-06-01 19:54 ` mark at klomp dot org
2023-10-14  1:02 ` fche at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-29615-14326-eDCLOjNN9a@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=overseers@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).