Skip to content

fix: upgrade vulnerable Go dependencies to address Dependabot alerts - #10

Merged
cbullinger merged 2 commits into
mainfrom
security/fix-dependabot-alerts
Aug 19, 2026
Merged

fix: upgrade vulnerable Go dependencies to address Dependabot alerts#10
cbullinger merged 2 commits into
mainfrom
security/fix-dependabot-alerts

Conversation

@cbullinger

Copy link
Copy Markdown
Collaborator

Summary

This PR upgrades three transitive Go dependencies to patched versions, resolving all 15 open Dependabot security alerts.

Changes

Package Previous Updated
golang.org/x/crypto v0.46.0 v0.52.0
golang.org/x/net v0.48.0 v0.55.0
google.golang.org/grpc v1.79.3 v1.82.1

Also pulls in minor upgrades to related transitive dependencies (golang.org/x/sys, golang.org/x/text, golang.org/x/oauth2, golang.org/x/sync, OpenTelemetry, and genproto) required by go mod tidy.

Security Issues Addressed

Critical (7 alerts)

High (3 alerts)

Medium (5 alerts)

Dependabot Alerts Resolved

Closes #3, #4, #5, #6, #7, #8, #9, #10, #11, #12, #13, #14, #15, #16, #17

Test plan

  • go mod tidy completes successfully
  • go test ./... passes

Made with Cursor

cbullinger and others added 2 commits August 19, 2026 15:35
Updates golang.org/x/crypto, golang.org/x/net, and google.golang.org/grpc
to patched versions resolving 15 open Dependabot security alerts.

Co-authored-by: Cursor <cursoragent@cursor.com>
Addresses CVE-2026-46600 (golang.org/x/net) and CVE-2026-56852
(golang.org/x/text) flagged by the CI Trivy scanner.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cbullinger
cbullinger merged commit 8c3b155 into main Aug 19, 2026
7 checks passed
@cbullinger
cbullinger deleted the security/fix-dependabot-alerts branch August 19, 2026 19:43
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.

1 participant