security: vulnerability remediation - #323
kernel-internal[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
9787bed to
d509a41
Compare
ulziibay-kernel
left a comment
There was a problem hiding this comment.
Bumped to otel 1.44.0 so this also covers CVE-2026-29181, which needs 1.41.0 and was not addressed by the original 1.40.0 bump. Realigned the semconv import to v1.41.0 to fix the conflicting schema URL that was breaking every lib/otel test. test and test-darwin now pass.
d509a41 to
80a46ad
Compare
80a46ad to
085a672
Compare
085a672 to
cac5d4d
Compare
ba2f0f6 to
33d6bcb
Compare
33d6bcb to
9596f3c
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9596f3c. Configure here.
| google.golang.org/grpc v1.77.0 | ||
| go.opentelemetry.io/otel/sdk/metric v1.43.0 | ||
| go.opentelemetry.io/otel/trace v1.43.0 | ||
| golang.org/x/net v0.53.0 |
There was a problem hiding this comment.
Incomplete x/net security upgrade
High Severity
The PR claims a confirmed upgrade of golang.org/x/net to 0.55.0 for GHSA-5cv4-jp36-h3mw, but go.mod pins v0.53.0. Every release before 0.55.0 stays vulnerable, so the HTML-parser DoS and the other x/net advisories fixed in 0.55.0 remain open.
Reviewed by Cursor Bugbot for commit 9596f3c. Configure here.
9596f3c to
c50f4e1
Compare


Vulnerability Remediation
Fixed
Not Included
Deferred details
Note
Medium Risk
Upgrades gRPC and the OpenTelemetry stack used for API tracing/metrics export without code changes; behavior should be compatible but warrants smoke-testing OTLP and any gRPC clients.
Overview
This PR bumps Go module dependencies for vulnerability remediation, with no application source changes—only
go.modand a largego.sumrefresh.The direct upgrades include
google.golang.org/grpc(v1.77.0 → v1.82.2) to address GHSA-2v4p-qf9q-27wj, the OpenTelemetry core stack (go.opentelemetry.io/otel, metric, SDK, trace) from v1.38.0 → v1.43.0, and severalgolang.org/x/*packages (net,sync,sys, plus indirectcrypto,mod,text,tools).google.golang.org/protobufmoves to v1.36.11 and genprotogoogleapis/apiandrpcpins are updated to match the new gRPC/OTel graph.go.sumgains many new checksum lines from transitive dependency resolution after those bumps (not new first-party code).Reviewed by Cursor Bugbot for commit c50f4e1. Bugbot is set up for automated code reviews on this repo. Configure here.