-
Notifications
You must be signed in to change notification settings - Fork 212
Fix CVEs in devel #4151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dfarrell07
wants to merge
9
commits into
submariner-io:devel
Choose a base branch
from
dfarrell07:fix-devel-cves-2026-08-21
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+58
−61
Open
Fix CVEs in devel #4151
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
090fe1d
Bump google/cel-go for GHSA-gcjh-h69q-9w9g in /tools
dfarrell07 fbf8829
Bump klauspost/compress for GO-2026-5841
dfarrell07 602361e
Bump otel for GO-2026-5158 in /tools
dfarrell07 74d48b7
Ignore x/crypto CVEs (no fix available)
dfarrell07 1064765
Bump x/mod for CVEs
dfarrell07 dfc7da9
Bump Go to 1.26.6 for stdlib CVEs
dfarrell07 b060cd9
Add fix-state: not-fixed to no-fix ignores
dfarrell07 021aa6b
Fix fix-state for GO-xxx CVEs (unknown not not-fixed)
dfarrell07 2ff3155
Remove stale protobuf CVE false-positive ignores
dfarrell07 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,8 @@ | ||
| --- | ||
| ignore: | ||
| # False positive, CVE is actually about the C++ project protocolbuffers/protobuf | ||
| # https://github.com/anchore/grype/issues/558 | ||
| - vulnerability: CVE-2015-5237 | ||
| # No fix available | ||
| - vulnerability: GO-2026-5932 | ||
| fix-state: unknown | ||
| package: | ||
| name: google.golang.org/protobuf | ||
| # False positive, CVE is actually about the C++ project protocolbuffers/protobuf | ||
| # https://github.com/anchore/grype/issues/633 | ||
| - vulnerability: CVE-2021-22570 | ||
| package: | ||
| name: google.golang.org/protobuf | ||
| name: golang.org/x/crypto | ||
| location: /go.mod |
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: submariner-io/submariner
Length of output: 1466
🌐 Web query:
Go 1.26.7 release date net/http fixes official💡 Result:
Go 1.26.7 was released on August 19, 2026 [1][2]. This minor release includes a specific fix for a regression in the net/http package that affected unencrypted HTTP/2 (h2c) connections [2]. The breakage was introduced by a security patch included in the previous week's release (Go 1.26.6) [2][3]. Further technical details regarding this issue can be found in the Go issue tracker under issue 80876 [2].
Citations:
🏁 Script executed:
Repository: submariner-io/submariner
Length of output: 2961
🏁 Script executed:
Repository: submariner-io/submariner
Length of output: 8906
🏁 Script executed:
Repository: submariner-io/submariner
Length of output: 10497
Raise the Go patch baseline to 1.26.7.
Both modules declare Go 1.26.6. Go 1.26.7 fixes the
net/httph2c regression in Go 1.26.6. CI and image builds do not pin another Go version, so update both declarations unless an external Shipyard constraint requires 1.26.6.📍 Affects 2 files
go.mod#L3-L3(this comment)tools/go.mod#L3-L3🤖 Prompt for AI Agents