Security: Upgrade Go dependencies to fix 11 HIGH CVEs - #57
Merged
Conversation
Direct and transitive dependency upgrades: - github.com/docker/cli v28.4.0 -> v29.2.0 (privilege escalation via malicious plugin binaries) - github.com/moby/spdystream v0.2.0 -> v0.5.1 (SPDY streaming DoS) - github.com/sirupsen/logrus v1.9.0 -> v1.9.3 (DoS via large payload) - golang.org/x/net v0.19.0 -> v0.55.0 (6 CVEs: XSS, HTTP/2 DoS, CONTINUATION frames DoS, non-linear HTML parsing, IDN Punycode bypass) - golang.org/x/oauth2 v0.15.0 -> v0.27.0 (memory consumption in JWS) - golang.org/x/text v0.28.0 -> v0.39.0 (infinite loop in norm.Iter) go directive bumped from 1.24 to 1.25.0 (required by x/net v0.55.0). CI workflow updated to use go-version-file instead of hardcoded version.
golangci-lint v2.1.6 was built with Go 1.24 and refuses to lint code targeting Go 1.25.0. Use version: latest to always get a compatible build.
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.
Summary
Dependency upgrades
github.com/docker/cligithub.com/moby/spdystreamgithub.com/sirupsen/logrusgolang.org/x/netgolang.org/x/oauth2golang.org/x/textOther changes
godirective bumped from 1.24 → 1.25.0 (required bygolang.org/x/netv0.55.0)go-version: '^1.24.x'togo-version-file: 'go.mod'(keeps CI in sync with project's Go version)Test plan
go build ./...passes locallygo test ./...— all tests pass (14 test packages)shipyard get envs,shipyard login,shipyard exec