Are slsa-github-generator and slsa-verifier still maintained? #1642
jkreileder
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
slsa-github-generator and
slsa-verifier haven't seen substantive
updates in a while, and I'd like to understand what downstream users should plan for.
What prompts the question:
slsa-github-generator'sSECURITY.mdstill lists>= 2.0.xand>= 1.10.xas supportedand receiving security updates, but the last substantive commit to
mainwas October 2025.v2.1.0 (February 2025) is still the newest release.
main(#4469, March 2026) removed@slsa-framework/slsa-tool-reviewersfrom CODEOWNERS.
(node20 → node24) has had no maintainer response since April 2026.
I understand maintainer time is finite, and none of this is a complaint — these tools have been
valuable. But the reusable workflows run entirely on
ubuntu-latest, which callers cannot pin oroverride, so an unmaintained generator can break a downstream release with no warning and no fix
available. For a security-relevant tool, "quietly stops working" is a bad failure mode.
Could a maintainer clarify one of two things?
confirm it.
migration before something breaks.
Either answer is fine — what's hard is not knowing.
All reactions