Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions vexctl.advisories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ advisories:
componentType: go-module
componentLocation: /usr/bin/vexctl
scanner: grype
- timestamp: 2025-12-15T19:03:47Z
type: pending-upstream-fix
data:
note: |
The dependency github.com/sigstore/timestamp-authority cannot be updated from v1.2.9 to v2.0.3 because it is an indirect dependency
pulled in by github.com/sigstore/cosign/v2, and the current cosign v2.x releases (up to v2.6.1) all depend on timestamp-authority v1.x;
upgrading to cosign v3 to potentially get timestamp-authority v2 is not feasible as it introduces breaking API changes
(e.g., sign.SignerFromKeyOpts is undefined), which would require significant refactoring of attestation.go and other signing-related code in vexctl.

- id: CGA-3m6p-7w62-crcj
aliases:
Expand Down Expand Up @@ -820,6 +828,14 @@ advisories:
componentType: go-module
componentLocation: /usr/bin/vexctl
scanner: grype
- timestamp: 2025-12-15T19:03:47Z
type: pending-upstream-fix
data:
note: |
The dependency github.com/sigstore/fulcio cannot be updated to v1.8.3 because the API has changed and
cryptoutils.ValidatePubKey is now undefined; resolving this requires upgrading to cosign v3, which is
not feasible as it introduces breaking API changes(e.g., sign.SignerFromKeyOpts is undefined) that
would require significant refactoring of attestation.go and other signing-related code in vexctl.

- id: CGA-qqh5-q6xp-3654
aliases:
Expand Down
Loading