Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update dependency vite to v6.2.7 [security]#173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/npm-vite-vulnerability

Conversation

renovate[bot]
Copy link
Contributor

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
vite (source)6.2.6 ->6.2.7ageadoptionpassingconfidence

GitHub Vulnerability Alerts

CVE-2025-46565

Summary

The contents of files inthe projectroot that are denied by a file matching pattern can be returned to the browser.

Impact

Only apps explicitly exposing the Vite dev server to the network (using --host orserver.host config option) are affected.
Only files that are underprojectroot and are denied by a file matching pattern can be bypassed.

  • Examples of file matching patterns:.env,.env.*,*.{crt,pem},**/.env
  • Examples of other patterns:**/.git/**,.git/**,.git/**/*

Details

server.fs.deny can contain patterns matching against files (by default it includes.env,.env.*,*.{crt,pem} as such patterns).
These patterns were able to bypass for files underroot by using a combination of slash and dot (/.).

PoC

npm create vite@latestcd vite-project/cat "secret" > .envnpm installnpm run devcurl --request-target /.env/. http://localhost:5173

image
image


Release Notes

vitejs/vite (vite)

v6.2.7

Compare Source

Please refer toCHANGELOG.md for details.


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 becomes conflicted, 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 byMend Renovate. View therepository job log.

@renovaterenovatebot added the dependenciesPull requests that update a dependency file labelApr 30, 2025
@renovaterenovatebotforce-pushed therenovate/npm-vite-vulnerability branch fromb5798a1 to2759fe6CompareMay 19, 2025 18:11
@renovaterenovatebotforce-pushed therenovate/npm-vite-vulnerability branch from2759fe6 to05e5a62CompareMay 28, 2025 08:10
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp