Bump dependencies to address CVEs (v1.5.x)#953
Merged
chaptersix merged 1 commit intotemporalio:release/v1.5.xfrom Feb 25, 2026
Merged
Bump dependencies to address CVEs (v1.5.x)#953chaptersix merged 1 commit intotemporalio:release/v1.5.xfrom
chaptersix merged 1 commit intotemporalio:release/v1.5.xfrom
Conversation
Bump Go toolchain to 1.25.7 and update module dependencies to fix known vulnerabilities found via govulncheck: - go.temporal.io/server v1.29.1 -> v1.29.2 (GO-2026-4273, GO-2025-4272) - golang.org/x/crypto v0.38.0 -> v0.45.0 - golang.org/x/net v0.40.0 -> v0.47.0 - golang.org/x/sync v0.14.0 -> v0.18.0 - golang.org/x/sys v0.33.0 -> v0.38.0 - golang.org/x/term v0.32.0 -> v0.37.0 - golang.org/x/text v0.25.0 -> v0.31.0 otel/sdk (GO-2026-4394) intentionally not bumped; fix requires v1.40.0 with breaking Prometheus changes and the vuln is macOS-only requiring local filesystem access.
Contributor
Author
|
will open another pr with the patched server version so the admin tools gets a version with as many patched CVEs as possible |
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
Bumps Go module dependencies to address known CVEs found via
govulncheckon the v1.5.x release branch.Bumped
go.temporal.io/servergolang.org/x/cryptogolang.org/x/netgolang.org/x/syncgolang.org/x/sysgolang.org/x/termgolang.org/x/textNot bumped (with rationale)
go.opentelemetry.io/otel/sdkv1.35.0Test plan
govulncheck ./...shows only the intentionally skipped otel vulngo build ./cmd/temporalsucceedsgo test ./...passes