Skip to content

fix: upgrade google.golang.org/grpc to v1.79.3 to address CVE-2026-33186#366

Open
schmidtw wants to merge 3 commits into
mainfrom
fix-grpc-vulnerability
Open

fix: upgrade google.golang.org/grpc to v1.79.3 to address CVE-2026-33186#366
schmidtw wants to merge 3 commits into
mainfrom
fix-grpc-vulnerability

Conversation

@schmidtw
Copy link
Copy Markdown
Member

@schmidtw schmidtw commented Apr 5, 2026

Summary

Upgrades google.golang.org/grpc from v1.79.2 to v1.79.3 to resolve critical security vulnerability CVE-2026-33186.

Changes

  • Updated google.golang.org/grpc dependency from v1.79.2 to v1.79.3
  • All tests pass successfully

Partial Fix

This PR partially addresses #352 by resolving the critical security alert. The issue also requires enabling:

  • Vulnerability alerts (requires repository settings access)
  • Dependabot security updates (requires repository settings access)

These settings must be enabled by a repository administrator in Settings > Code security and analysis.

Testing

  • go test ./... passes

Partially addresses #352



Upgrades google.golang.org/grpc from v1.79.2 to v1.79.3 to resolve
critical security vulnerability CVE-2026-33186.

Partially addresses #352
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.36%. Comparing base (128f5cc) to head (aaef8bc).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #366   +/-   ##
=======================================
  Coverage   72.36%   72.36%           
=======================================
  Files           4        4           
  Lines         199      199           
=======================================
  Hits          144      144           
  Misses         50       50           
  Partials        5        5           
Flag Coverage Δ
unittests 72.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

schmidtw added 2 commits April 5, 2026 18:06
Adds contents: write permission to auto-releaser.yml workflow to allow
the workflow to create releases and push tags.
The reusable workflow declares its own permissions with write-all, so
the caller workflow should use an empty permissions block to follow the
principle of least privilege at the caller level.
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