-
Notifications
You must be signed in to change notification settings - Fork 76
Post-mortem for regression in 3.5.0 #1194
Copy link
Copy link
Closed
Labels
Description
Release 3.5.0 had a minor regression which we only noticed after release: handling of "legacy" sigstore bundles (i.e. .sigstore instead of .sigstore.json) was broken by an overly broad check on .crt/.sig inputs.
No other verification flows were affected, including any flows where a user passes the verification materials explicitly rather than discovering them via file suffixes.
Resolution
We released 3.5.1 with a fix.
Improvement items
We should have an integration test that ensures we don't regress on this CLI behavior again.
Reactions are currently unavailable