Skip to content

chore: update module golang.org/x/net to v0.38.0 [security] - autoclosed - #75

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-golang.org-x-net-vulnerability
Closed

chore: update module golang.org/x/net to v0.38.0 [security] - autoclosed#75
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-golang.org-x-net-vulnerability

Conversation

@renovate

@renovate renovate Bot commented May 21, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/net v0.20.0v0.38.0 age confidence

net/http, x/net/http2: close connections when receiving too many headers

CVE-2023-45288 / GHSA-4v7x-pqxf-cx7m

More information

Details

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net

CVE-2025-22870 / GHSA-qxp5-gwg8-xv66

More information

Details

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.

Severity

  • CVSS Score: 4.4 / 10 (Medium)
  • Vector String: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


golang.org/x/net vulnerable to Cross-site Scripting

CVE-2025-22872 / GHSA-vvgc-356p-c3xw

More information

Details

The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. , , etc contexts).

Severity

  • CVSS Score: 5.3 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from pyshx as a code owner May 21, 2025 07:05
@renovate renovate Bot added the security label May 21, 2025
@coderabbitai

coderabbitai Bot commented May 21, 2025

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@netlify

netlify Bot commented May 21, 2025

Copy link
Copy Markdown

Deploy Preview for reearth-classic canceled.

Name Link
🔨 Latest commit 602f7ee
🔍 Latest deploy log https://app.netlify.com/projects/reearth-classic/deploys/682d7b53195f0a0008453277

@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 602f7ee to ca0b26c Compare August 11, 2025 04:06
@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from ca0b26c to 73e17c2 Compare September 26, 2025 00:03
@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 3 times, most recently from bed191e to 2e26d56 Compare November 27, 2025 08:20
@renovate
renovate Bot requested a review from soneda-yuya as a code owner November 27, 2025 08:20
@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 7 times, most recently from 5a998f4 to ec7122c Compare December 5, 2025 06:16
@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from ec7122c to 999a606 Compare December 19, 2025 01:46
@renovate

renovate Bot commented Dec 24, 2025

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: server/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
golang.org/x/text v0.14.0 -> v0.23.0
golang.org/x/tools v0.17.0 -> v0.21.1-0.20240508182429-e35e4ccd0d2d
golang.org/x/crypto v0.18.0 -> v0.36.0
golang.org/x/mod v0.14.0 -> v0.17.0
golang.org/x/sync v0.6.0 -> v0.12.0
golang.org/x/sys v0.16.0 -> v0.31.0

@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 999a606 to 23b197b Compare December 24, 2025 05:59
@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 2 times, most recently from a0f3ee2 to ede1e3e Compare January 8, 2026 01:02
@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 2 times, most recently from 2c70152 to 3e4a233 Compare January 20, 2026 06:43
@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 3e4a233 to d6336d1 Compare February 13, 2026 20:15
@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from d6336d1 to 795c13a Compare April 7, 2026 02:16
@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch 2 times, most recently from b8d7a2c to 91a6061 Compare May 19, 2026 06:51
@codecov

codecov Bot commented May 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 23.70%. Comparing base (703e022) to head (91a6061).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
- Coverage   23.80%   23.70%   -0.11%     
==========================================
  Files        1587     1602      +15     
  Lines      170092   170813     +721     
  Branches     2801     2801              
==========================================
  Hits        40486    40486              
- Misses     128439   129161     +722     
+ Partials     1167     1166       -1     
Flag Coverage Δ
server 31.45% <ø> (-0.62%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 12 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/go-golang.org-x-net-vulnerability branch from 91a6061 to c1894b5 Compare May 19, 2026 07:22
@renovate renovate Bot changed the title chore: update module golang.org/x/net to v0.38.0 [security] chore: update module golang.org/x/net to v0.38.0 [security] - autoclosed May 19, 2026
@renovate renovate Bot closed this May 19, 2026
@renovate
renovate Bot deleted the renovate/go-golang.org-x-net-vulnerability branch May 19, 2026 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants