security: vulnerability remediation - #323
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
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high 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 fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 085a672. Configure here.
| golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 | ||
| golang.org/x/sync v0.17.0 | ||
| golang.org/x/sys v0.38.0 | ||
| golang.org/x/net v0.55.0 |
There was a problem hiding this comment.
Failed OTel CVE remediation
High Severity
This PR claims a confirmed fix for GHSA-9h8m-3fm2-qjrq by moving go.opentelemetry.io/otel/sdk to 1.43.0, but go.mod and go.sum still pin v1.38.0 with no 1.40+ checksums. otel.Init still calls resource.Default(), so Darwin builds remain exposed to the ioreg PATH-hijack ACE. Unrelated golang.org/x/* bumps landed instead.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 085a672. Configure here.


Vulnerability Remediation
Fixed
Not Included
Deferred details
Note
Medium Risk
Dependency-only bump of security-sensitive packages (
golang.org/x/crypto,net,sys) with no app code changes, but version jumps can still surface behavioral regressions.Overview
Bumps core
golang.org/xdependencies for vulnerability remediation:net,sync, andsysas direct deps, plus indirectcrypto,mod,text, andtools.Also refreshes
go.sumwith the resolved transitive checksums. No application code changes.Note: the PR description claims an
otel/sdkbump for GHSA-9h8m-3fm2-qjrq, but that package remains atv1.38.0in this diff.Reviewed by Cursor Bugbot for commit 085a672. Bugbot is set up for automated code reviews on this repo. Configure here.