fix: upgrade google.golang.org/grpc to v1.79.3 to address CVE-2026-33186#366
Open
schmidtw wants to merge 3 commits into
Open
fix: upgrade google.golang.org/grpc to v1.79.3 to address CVE-2026-33186#366schmidtw wants to merge 3 commits into
schmidtw wants to merge 3 commits into
Conversation
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 Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
3 tasks
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
Upgrades google.golang.org/grpc from v1.79.2 to v1.79.3 to resolve critical security vulnerability CVE-2026-33186.
Changes
Partial Fix
This PR partially addresses #352 by resolving the critical security alert. The issue also requires enabling:
These settings must be enabled by a repository administrator in Settings > Code security and analysis.
Testing
go test ./...passesPartially addresses #352