chore: close go dependency vulnerabilities - #225
Merged
Conversation
aa1ex
force-pushed
the
chore/bump-vulnerable-go-deps
branch
from
July 29, 2026 13:06
6e01091 to
89d8e63
Compare
aa1ex
force-pushed
the
chore/bump-vulnerable-go-deps
branch
from
July 29, 2026 13:30
89d8e63 to
9367381
Compare
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
Close all Go dependency vulnerabilities from dependabot plus one reachable finding
govulncheck found on top (x/text via oidc). After the change
govulncheck ./...reports 0 reachable vulnerabilities; 2 residual ones are unreachable and have no
fixed versions to bump to.
Changes
otel + otel/sdk 1.43.0, cel-go 0.29.0, quic-go 0.59.1, x/net 0.55.0, x/text 0.39.0
(transitively pulls envoyproxy/go-control-plane v0.14.0).
dgrijalva/jwt-go(archived, no patched version) →golang-jwt/jwt/v5; it wasonly used for
request.OAuth2Extractor.ExtractToken, verification is go-oidc.godirective 1.25 (grpc requirement); builders, CI, devcontainer and docs ongo 1.26 — 1.24 is EOL.
refuses a go-1.25 module. Config migrated; staticcheck pinned to
SA*(v1 parity);goconst/prealloc temporarily off — their v2 versions surface 17 pre-existing
findings, cleanup + re-enable is a follow-up.
x/net/http2/h2c→ nativenet/httpProtocols.SetUnencryptedHTTP2;dropped a dead
handler = muxassignment this exposed.Testing
make build && make test && make test-e2e— e2e 49/49 passed, images built withgolang:1.26;
make lint— 0 issues;govulncheck ./...— 0 reachable.