You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rev_news/drafts/edition-136.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,30 @@ __Various__
257
257
258
258
259
259
__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 <abbrtitle="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/)
260
284
+[Git Worktree - Practical workflow with a central bare repo](https://nakatechlabs.com/blog/2025/git-worktree/)
261
285
by Aito Nakajima on NakaTechLabs.
262
286
+[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