Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented May 21, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/valyala/fasthttp v1.27.0v1.34.0 age confidence

GitHub Vulnerability Alerts

CVE-2022-21221

The package github.com/valyala/fasthttp before 1.34.0 is vulnerable to Directory Traversal via the ServeFile function, due to improper sanitization. It is possible to be exploited by using a backslash %5c character in the path. Note: This security issue impacts Windows users only.


Release Notes

valyala/fasthttp (github.com/valyala/fasthttp)

v1.34.0

Compare Source

  • 59f94a3 Update github.com/klauspost/compress (#​1237) (Mikhail Faraponov)
  • 62c15a5 Don't reset RequestCtx.s (#​1234) (Erik Dubbelboer)
  • 7670c6e Fix windows tests (#​1235) (Erik Dubbelboer)
  • f54ffa1 feature: Keep the memory usage of the service at a stable level (#​1216) (Rennbon)
  • 15262ec Warn about unsafe ServeFile usage (#​1228) (Erik Dubbelboer)
  • 1116d03 Fix panic while reading invalid trailers (Erik Dubbelboer)
  • 856ca8e Update dependencies (#​1230) (Mikhail Faraponov)
  • 6b5bc7b Add windows support to normalizePath (Erik Dubbelboer)
  • f0b0cfe Don't log ErrBadTrailer by default (Erik Dubbelboer)
  • 6937fee fix: (useless check), skip Response body if http method HEAD (#​1224) (Pavel Burak)
  • b85d2a2 Fix http proxy behavior (#​1221) (Aoang)
  • ad8a07a RequestHeader support set no default ContentType (#​1218) (Jack.Ju)
  • c94581c support configure HostClient (#​1214) (lin longhjui)
  • 632e222 Client examples (#​1208) (Sergey Ponomarev)
  • 6a3cc23 uri_test.go use example.com for clearness (#​1212) (Sergey Ponomarev)
  • 9d665e0 Update dependencies (#​1204) (Mikhail Faraponov)
  • 8d7953e Fix scheme check for not yet parsed requests (#​1203) (ArminBTVS)

v1.33.0

Compare Source

v1.32.0

Compare Source

v1.31.0

Compare Source

v1.30.0

Compare Source

v1.29.0

Compare Source

v1.28.0

Compare Source

  • 1504a84 Increase TestHostClientMaxConnWaitTimeoutSuccess timeout (Erik Dubbelboer)
  • f6560be Flush buffered responses if we have to wait for the next request (#​1050) (Erik Dubbelboer)

Configuration

📅 Schedule: Branch creation - "" (UTC), 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 added the security label May 21, 2025
@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
@renovate
Copy link
Author

renovate bot commented May 21, 2025

ℹ 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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/andybalholm/brotli v1.0.2 -> v1.0.4
github.com/klauspost/compress v1.13.6 -> v1.15.0

@coderabbitai
Copy link

coderabbitai bot commented May 21, 2025

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
Copy link

netlify bot commented May 21, 2025

Deploy Preview for reearth-classic canceled.

Name Link
🔨 Latest commit 444b73d
🔍 Latest deploy log https://app.netlify.com/projects/reearth-classic/deploys/682d7b2e72821d000838f940

@renovate renovate bot force-pushed the renovate/go-github.com-valyala-fasthttp-vulnerability branch from 444b73d to 855954c Compare August 11, 2025 04:05
@renovate renovate bot changed the title chore: update module github.com/valyala/fasthttp to v1.34.0 [security] chore: update module github.com/valyala/fasthttp to v1.34.0 [security] - autoclosed Sep 7, 2025
@renovate renovate bot closed this Sep 7, 2025
@renovate renovate bot deleted the renovate/go-github.com-valyala-fasthttp-vulnerability branch September 7, 2025 07:58
@renovate renovate bot changed the title chore: update module github.com/valyala/fasthttp to v1.34.0 [security] - autoclosed chore: update module github.com/valyala/fasthttp to v1.34.0 [security] Sep 8, 2025
@renovate renovate bot reopened this Sep 8, 2025
@renovate renovate bot force-pushed the renovate/go-github.com-valyala-fasthttp-vulnerability branch from 870aa31 to 855954c Compare September 8, 2025 23:39
@renovate renovate bot force-pushed the renovate/go-github.com-valyala-fasthttp-vulnerability branch from 855954c to a2b42d2 Compare September 26, 2025 00:03
@renovate renovate bot force-pushed the renovate/go-github.com-valyala-fasthttp-vulnerability branch 3 times, most recently from 81f6f9f to 60465b7 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-github.com-valyala-fasthttp-vulnerability branch 7 times, most recently from 99bef05 to c605860 Compare December 5, 2025 06:15
@renovate
Copy link
Author

renovate bot commented Dec 17, 2025

ℹ️ 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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/andybalholm/brotli v1.0.2 -> v1.0.4
github.com/klauspost/compress v1.13.6 -> v1.15.0

@renovate renovate bot force-pushed the renovate/go-github.com-valyala-fasthttp-vulnerability branch from c605860 to ecb6b5e Compare December 19, 2025 01:45
@codecov
Copy link

codecov bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 23.79%. Comparing base (703e022) to head (81c556c).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #72      +/-   ##
==========================================
- Coverage   23.80%   23.79%   -0.01%     
==========================================
  Files        1587     1588       +1     
  Lines      170092   170141      +49     
  Branches     2801     2801              
==========================================
  Hits        40486    40486              
- Misses     128439   128488      +49     
  Partials     1167     1167              
Flag Coverage Δ
server 32.02% <ø> (-0.05%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file 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-github.com-valyala-fasthttp-vulnerability branch from ecb6b5e to 81c556c Compare December 24, 2025 05:58
@renovate renovate bot force-pushed the renovate/go-github.com-valyala-fasthttp-vulnerability branch from 81c556c to 2b586c0 Compare January 7, 2026 04:50
@renovate renovate bot force-pushed the renovate/go-github.com-valyala-fasthttp-vulnerability branch from 2b586c0 to 178e9ed Compare January 8, 2026 01:01
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.

1 participant