Skip to content

Commit 0536f0d

Browse files
committed
rn-136: Add proposed gittuf article, and related article and links
1 parent ffe773f commit 0536f0d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

rev_news/drafts/edition-136.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,30 @@ __Various__
257257

258258

259259
__Light reading__
260+
+ [Signing is for the bad days](https://nesbitt.io/2026/05/24/signing-is-for-the-bad-days.html)
261+
by Andrew Nesbitt on his blog, about tools for supply-chain security:
262+
[TUF (The Update Framework)](https://theupdateframework.io/) - which protects
263+
the last hop, from the repository to the machine doing the install
264+
(mentioned in passing in [Git Rev News Edition #104](https://git.github.io/rev_news/2023/10/31/edition-104/));
265+
[in-toto](https://in-toto.io/) - which protects the build pipeline; and
266+
[Sigstore](https://www.sigstore.dev/) - which allows to remove long-lived keys
267+
and for the developer to authenticate with <abbr title="OpenID Connect">OIDC</abbr>
268+
identity you already have, GitHub Actions or Google, etc.,
269+
where [Fulcio](https://github.com/sigstore/fulcio) issues
270+
a short-lived code-signing certificate bound to that OIDC identity valid for ten minutes,
271+
and the signature and cert go into [Sigstore Rekor](https://github.com/sigstore/rekor),
272+
a public append-only transparency log
273+
(Sigstore was first mentioned in [Git Rev News Edition #91](https://git.github.io/rev_news/2022/09/30/edition-91/)
274+
and Sigstore Rector in [Edition #111](https://git.github.io/rev_news/2024/05/31/edition-111/)).
275+
+ [gittuf - a signed log for git refs](https://nesbitt.io/2026/06/04/gittuf-a-signed-log-for-git-refs.html)
276+
by Andrew Nesbitt on his blog
277+
([gittuf](https://gittuf.dev/) was mentioned in
278+
[Git Rev News Edition #104](https://git.github.io/rev_news/2023/10/31/edition-104/) and
279+
in [Edition #111](https://git.github.io/rev_news/2024/05/31/edition-111/)).
280+
+ See also [Securing Git repositories with gittuf](https://lwn.net/Articles/972467/)
281+
article by by Joe Brockmeier on LWN\.net, a report of a talk at OSSNA; video of the talk:
282+
[Securing Git Repositories with Gittuf - Aditya Sirish A Yelgundhalli & Billy Lynch](https://www.youtube.com/watch?v=eCSeIEdMbCw).
283+
Mentioned in [Git Rev News Edition #111](https://git.github.io/rev_news/2024/05/31/edition-111/)
260284
+ [Git Worktree - Practical workflow with a central bare repo](https://nakatechlabs.com/blog/2025/git-worktree/)
261285
by Aito Nakajima on NakaTechLabs.
262286
+ [Git Worktrees with Bare Repos: A Clean Setup for Modern Development](https://medium.com/@miladpw/git-worktrees-with-bare-repos-a-clean-setup-for-modern-development-c5b251ee7b73)

0 commit comments

Comments
 (0)