Update module golang.org/x/net to v0.55.0 [SECURITY]#207
Conversation
Signed-off-by: Mend Renovate <bot@renovateapp.com>
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #207 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 422 422
=========================================
Hits 422 422 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates Go module dependencies to address a reported security issue in golang.org/x/net (HTML parser CPU DoS), keeping jaeger-idl’s indirect dependency set current and secure.
Changes:
- Bump
golang.org/x/netfromv0.48.0tov0.55.0(security-related update). - Refresh related indirect dependencies (
golang.org/x/sys,golang.org/x/text) and their checksums ingo.mod/go.sum.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates indirect dependency versions for golang.org/x/net (and related x/* modules). |
| go.sum | Updates module checksums to match the new x/net, x/sys, and x/text versions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| golang.org/x/net v0.55.0 // indirect | ||
| golang.org/x/sys v0.45.0 // indirect | ||
| golang.org/x/text v0.37.0 // indirect |
This PR contains the following updates:
v0.48.0→v0.55.0Go Net HTML parser is vulnerable to denial of service
CVE-2026-25680 / GHSA-5cv4-jp36-h3mw
More information
Details
In Go Net (
golang.org/x/net) before verion 0.55.0, parsing arbitrary HTML can consume excessive CPU time, possibly leading to denial of service.Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:HReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.