Security dependency bumps for v2.4.3 (go-jose/v4, otel/sdk). Closes #4974, #4976#4995
Merged
Conversation
- go-jose/go-jose/v4 v4.1.3 -> v4.1.4 (CVE-2026-34986) - go.opentelemetry.io/otel/sdk v1.40.0 -> v1.43.0 (CVE-2026-24051, CVE-2026-39883) - Add v2.4.3 CHANGELOG entry covering these plus the already-merged pgx/v5 v5.9.2 bump (CVE-2026-41889, #4990) on the v2.4.x line
SumitPopat
approved these changes
May 19, 2026
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-driven dependency bumps for the v2.4.3 release line, plus the v2.4.3 CHANGELOG entry.
Applied (verified present in the module graph via
go mod why):github.com/go-jose/go-jose/v4go.opentelemetry.io/otel/sdk(+ otel, metric, sdk/metric, trace)golang.org/x/sysmoved v0.40.0 -> v0.42.0 as a transitive consequence of the otel v1.43.0 bump (pulled in bygo mod tidy).The CHANGELOG
v2.4.3entry also records the already-mergedjackc/pgx/v5v5.7.6 -> v5.9.2 bump (CVE-2026-41889, #4990) since it landed on this release line without its own CHANGELOG entry.go mod whytriage evidencegithub.com/go-jose/go-jose/v4— present (SPIFFE chain):go.opentelemetry.io/otel/sdk— present (telemetry chain):Nothing skipped — both target packages are in the graph.
Verification
GOTOOLCHAIN=auto go build ./...— clean (exit 0)GOTOOLCHAIN=auto go test ./...— 21 packages pass (ok), 0 fail, 21 with no test filesNotes
v2.4.x. No tag/release/merge performed by this change.