STAC-0: bump dependencies to eliminate CVEs - #156
Open
thbertoldi wants to merge 1 commit into
Open
Conversation
Bump vulnerable transitive dependencies to their fixed versions: - golang.org/x/net v0.45.0 => v0.56.0 (CVE-2026-25681, -27136, -33814, -39821, -25680, -42502, -42506, -46600) - github.com/moby/spdystream v0.2.0 => v0.5.1 (CVE-2026-35469) - golang.org/x/sys v0.36.0 => v0.46.0 (CVE-2026-39824) - golang.org/x/text v0.29.0 => v0.39.0 (CVE-2026-56852) x/net v0.56.0 requires Go 1.25, so bump the go directive and the CI go-version accordingly. govulncheck reports no vulnerabilities.
craffit
approved these changes
Jul 28, 2026
craffit
requested changes
Jul 28, 2026
craffit
left a comment
Contributor
There was a problem hiding this comment.
the commit is not verified and the golanglint-ci is breaking on the golang version
Contributor
|
Superseded by #157, which reproduces these dependency bumps on a signed commit and additionally fixes the CI linter failure: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bump vulnerable transitive dependencies to their fixed versions to eliminate all reported CVEs:
Notes
x/netv0.56.0 requires Go 1.25, so thegodirective ingo.modis bumped to 1.25.0 and the CIgo-versionis bumped1.24.x->1.25.xaccordingly.x/textmoves into the direct-require block (it is imported bycmd/otelmapping); it was previously mislabeled as indirect.x/netalso pulledx/syncandx/termto newer compatible versions.main; merges cleanly.Verification
go build ./...— cleangovulncheck ./...— No vulnerabilities found