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.
085a672 to
cac5d4d
Compare
cac5d4d to
ba2f0f6
Compare
ba2f0f6 to
33d6bcb
Compare


Vulnerability Remediation
Fixed
Not Included
Deferred details
Note
Medium Risk
Upgrading
golang.org/x/netand alignedx/sys/x/cryptomodules can subtly change HTTP and networking behavior even without code edits; worth a quick smoke test on ingress/API paths.Overview
Addresses GHSA-5cv4-jp36-h3mw by upgrading
golang.org/x/netfrom a pre-releasev0.46.1-0.20251013…pin tov0.55.0ingo.mod, with matching checksum updates ingo.sum.The same pass refreshes related
golang.org/x/*modules: direct bumps forsync(v0.17.0→v0.20.0) andsys(v0.38.0→v0.45.0), plus indirectcrypto,mod,text, andtools. There are no application source changes; the largego.sumdiff is mostly newly recorded transitive modules fromgo modresolution.The repo’s only direct
x/netimport isgolang.org/x/net/http/httpgutsin ingress handling, so runtime impact is limited to whatever behavior fixes ship in the newer networking stack.Reviewed by Cursor Bugbot for commit 33d6bcb. Bugbot is set up for automated code reviews on this repo. Configure here.