Skip to content

chore(deps): upgrade dependencies to fix vulncheck findings - #396

Merged
strategicpause merged 1 commit into
aws:mainfrom
strategicpause:bump-deps-vulncheck
Jul 24, 2026
Merged

chore(deps): upgrade dependencies to fix vulncheck findings#396
strategicpause merged 1 commit into
aws:mainfrom
strategicpause:bump-deps-vulncheck

Conversation

@strategicpause

Copy link
Copy Markdown

Description

Upgrade transitive dependencies to resolve govulncheck findings:

Dependency Old New CVEs Fixed
github.com/containerd/containerd v1.7.29 v1.7.34 GO-2026-5378, GO-2026-5475, GO-2026-5758
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 v1.7.14 GO-2026-5764
google.golang.org/grpc v1.72.2 v1.82.1 GO-2026-4762
go.opentelemetry.io/otel v1.35.0 v1.44.0 GO-2026-5506

Testing

  • GOOS=linux go build ./... passes
  • Unit tests require Linux to execute; CI will validate

Upgrade github.com/containerd/containerd v1.7.29 to v1.7.34 to fix
GO-2026-5378, GO-2026-5475, and GO-2026-5758.

Upgrade github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10
to v1.7.14 to fix GO-2026-5764 (EventStream decoder DoS).

Upgrade google.golang.org/grpc v1.72.2 to v1.82.1 to fix GO-2026-4762
(authorization bypass via missing leading slash).

Upgrade go.opentelemetry.io/otel v1.35.0 to v1.44.0 to fix GO-2026-5506
(baggage header extraction DoS).
@strategicpause
strategicpause requested a review from a team as a code owner July 24, 2026 21:26
@strategicpause
strategicpause enabled auto-merge (rebase) July 24, 2026 21:34
@strategicpause
strategicpause merged commit f11f099 into aws:main Jul 24, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants