Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps github.com/sigstore/sigstore-go from 1.1.3 to 1.1.4.

Release notes

Sourced from github.com/sigstore/sigstore-go's releases.

v1.1.4

What's Changed

Full Changelog: sigstore/sigstore-go@v1.1.3...v1.1.4

Commits
  • cc06490 Bump github.com/sigstore/timestamp-authority/v2 (#552)
  • 45a9189 Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#551)
  • 083ae4f Bump actions/checkout from 6.0.0 to 6.0.1 (#550)
  • 2cdedea Bump the minor-patch group across 2 directories with 2 updates (#549)
  • b5fe07a Bump actions/setup-go from 6.0.0 to 6.1.0 (#548)
  • 60d26b7 Bump actions/checkout from 5.0.0 to 6.0.0 (#547)
  • 41d11b5 Bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#546)
  • bc9f48d Bump the minor-patch group across 1 directory with 2 updates (#545)
  • a187840 Bump deps for sigstore libraries (#543)
  • e639d1d Bump sigstore-conformance to v0.0.24 (#542)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 12, 2025 14:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2025
@dependabot dependabot bot requested a review from babakks December 12, 2025 14:03
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 12, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/sigstore/sigstore-go-1.1.4 branch from 4c01930 to cb87d8f Compare December 12, 2025 16:27
Bumps [github.com/sigstore/sigstore-go](https://github.com/sigstore/sigstore-go) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/sigstore/sigstore-go/releases)
- [Commits](sigstore/sigstore-go@v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore-go
  dependency-version: 1.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/sigstore/sigstore-go-1.1.4 branch from cb87d8f to 9fc6c06 Compare December 12, 2025 22:24
jpoley added a commit to jpoley/flowspec that referenced this pull request Dec 16, 2025
…022-25883

This PR applies REAL fixes for Docker image vulnerabilities, unlike
PRs 887-896 which were assumption-based and fixed nothing.

Security Fixes:
- CVE-2025-64756 (glob@11.0.3): FIXED by removing npm from final image
  npm is only used during build to install pnpm, then removed via apk del
- CVE-2022-25883 (semver@7.0.0): FIXED by removing @githubnext/github-copilot-cli
  Root cause: copilot-cli -> simple-update-notifier@1.1.0 -> semver@~7.0.0
  Upstream issue open since Sep 2024, maintainer unresponsive
- CVE-2025-66564 (sigstore/timestamp-authority): RISK ACCEPTED
  gh CLI has this compiled in, awaiting cli/cli PR #12299 to fix
  Memory exhaustion vuln requires attacker-controlled timestamp server

Changes:
- Dockerfile: Remove npm after pnpm install, remove copilot-cli
- Added vulnerability-tracking.jsonl for CVE tracking with upstream issues
- Added DOCKER_SCOUT_POLICY.md with manual policy configuration steps

Upstream Issues Tracked:
- npm/cli#8741 (glob) - CLOSED but unfixed
- cli/cli#12299 (sigstore) - OPEN PR
- alexbrazier/simple-update-notifier#30 (semver) - OPEN, no response

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: jason poley <jason.poley@gmail.com>
jpoley added a commit to jpoley/flowspec that referenced this pull request Dec 16, 2025
…022-25883

This PR applies REAL fixes for Docker image vulnerabilities, unlike
PRs 887-896 which were assumption-based and fixed nothing.

Security Fixes:
- CVE-2025-64756 (glob@11.0.3): FIXED by removing npm from final image
  npm is only used during build to install pnpm, then removed via apk del
- CVE-2022-25883 (semver@7.0.0): FIXED by removing @githubnext/github-copilot-cli
  Root cause: copilot-cli -> simple-update-notifier@1.1.0 -> semver@~7.0.0
  Upstream issue open since Sep 2024, maintainer unresponsive
- CVE-2025-66564 (sigstore/timestamp-authority): RISK ACCEPTED
  gh CLI has this compiled in, awaiting cli/cli PR #12299 to fix
  Memory exhaustion vuln requires attacker-controlled timestamp server

Changes:
- Dockerfile: Remove npm after pnpm install, remove copilot-cli
- Added vulnerability-tracking.jsonl for CVE tracking with upstream issues
- Added DOCKER_SCOUT_POLICY.md with manual policy configuration steps

Upstream Issues Tracked:
- npm/cli#8741 (glob) - CLOSED but unfixed
- cli/cli#12299 (sigstore) - OPEN PR
- alexbrazier/simple-update-notifier#30 (semver) - OPEN, no response

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: jason poley <jason.poley@gmail.com>
@chrisahl
Copy link

chrisahl commented Jan 7, 2026

Will this PR or #12289 be merged soon?

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 7, 2026

Looks like github.com/sigstore/sigstore-go is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Jan 7, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/sigstore/sigstore-go-1.1.4 branch January 7, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants