RDODCP-915: Security patches and dependency updates#54
Closed
anurag-outsystems wants to merge 1 commit into
Closed
RDODCP-915: Security patches and dependency updates#54anurag-outsystems wants to merge 1 commit into
anurag-outsystems wants to merge 1 commit into
Conversation
Update Go to 1.26.3 and patch 11 vulnerabilities: - 6 in golang.org/x/crypto (v0.50.0 → v0.52.0) - 1 in golang.org/x/net (v0.53.0 → v0.55.0) - 3 in Go stdlib (go1.26.2 → go1.26.3) Additional dependency updates for maintenance: - golang.org/x/sys v0.43.0 → v0.45.0 - golang.org/x/text v0.36.0 → v0.37.0 - golang.org/x/term v0.42.0 → v0.43.0 - github.com/fsnotify/fsnotify v1.10.0 → v1.10.1
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
Security patches for 11 vulnerabilities found by
govulncheckand dependency updates.Changes
Vulnerabilities Fixed
golang.org/x/crypto (6 CVEs)
golang.org/x/net (1 CVE)
Go stdlib (3 CVEs)
Test Plan
go build)test/e2e)Note on Test Failure
The
TestCustomHeaderstest inclient/client_test.gofails on both master and this branch (port binding issue). This is a pre-existing flaky test, unrelated to the dependency updates.