chore(deps): bump golang.org/x/net from 0.52.0 to 0.55.0 - #286
chore(deps): bump golang.org/x/net from 0.52.0 to 0.55.0#286dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.52.0 to 0.55.0. - [Commits](golang/net@v0.52.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — this is a routine Dependabot bump that resolves multiple known vulnerabilities in golang.org/x/net and its sibling modules with no breaking API changes. All changes are confined to go.mod and go.sum. The bumped modules follow standard minor/patch versioning and the golang.org/x/* family is well-tested. The update actively fixes security issues rather than introducing new risk, and no application code is modified. No files require special attention — go.mod and go.sum changes are mechanically generated by Dependabot and consistent with each other.
|
| Filename | Overview |
|---|---|
| go.mod | Bumps golang.org/x/net and six co-dependent golang.org/x/* modules; all are minor/patch version increments with no direct dependency changes to main module imports |
| go.sum | Hash entries updated to match the new module versions declared in go.mod; old entries removed, new entries added — no anomalies |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[golang.org/x/net v0.52.0] -->|bump| B[golang.org/x/net v0.55.0]
B --> C[Co-bumped transitive deps]
C --> D[x/crypto 0.49.0 → 0.51.0]
C --> E[x/mod 0.33.0 → 0.35.0]
C --> F[x/sys 0.42.0 → 0.45.0]
C --> G[x/text 0.35.0 → 0.37.0]
C --> H[x/tools 0.42.0 → 0.44.0]
C --> I[x/telemetry updated]
B --> J[Security fixes]
J --> K[CVE-2026-33814: http2 DoS]
J --> L[CVE-2026-39821: idna privilege escalation]
J --> M[Multiple HTML parser CVEs]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[golang.org/x/net v0.52.0] -->|bump| B[golang.org/x/net v0.55.0]
B --> C[Co-bumped transitive deps]
C --> D[x/crypto 0.49.0 → 0.51.0]
C --> E[x/mod 0.33.0 → 0.35.0]
C --> F[x/sys 0.42.0 → 0.45.0]
C --> G[x/text 0.35.0 → 0.37.0]
C --> H[x/tools 0.42.0 → 0.44.0]
C --> I[x/telemetry updated]
B --> J[Security fixes]
J --> K[CVE-2026-33814: http2 DoS]
J --> L[CVE-2026-39821: idna privilege escalation]
J --> M[Multiple HTML parser CVEs]
Reviews (1): Last reviewed commit: "chore(deps): bump golang.org/x/net from ..." | Re-trigger Greptile
Bumps golang.org/x/net from 0.52.0 to 0.55.0.
Commits
7770ec4go.mod: update golang.org/x dependencies4ece7b6html: escape greater-than symbol in doctype identifiers08be507html: improve Noah's Ark clause performancea8fb2fehtml: properly render fostered elements in foreign content0dc5b7ahtml: properly check namespace in "in body" any other end taga452f3chtml: ignore duplicate attributes during tokenizationf865199quic: fix appendMaxDataFrame erroneously accumulating sentLimit210ed3cquic: establish a "happened-before" relationship between stream write and readad8140equic: fix buffer slicing when handling overlapping stream data23ee2efhttp2: avoid API changes when built with go1.27Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.