Skip to content

chore(deps): update dependency vite to v7.3.2 [security]#5220

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/npm-vite-vulnerability
Apr 6, 2026
Merged

chore(deps): update dependency vite to v7.3.2 [security]#5220
renovate[bot] merged 1 commit intomasterfrom
renovate/npm-vite-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 6, 2026

This PR contains the following updates:

Package Change Age Confidence
vite (source) 7.3.17.3.2 age confidence

GitHub Vulnerability Alerts

GHSA-v2wj-q39q-566r

Summary

The contents of files that are specified by server.fs.deny can be returned to the browser.

Impact

Only apps that match the following conditions are affected:

Details

On the Vite dev server, files that should be blocked by server.fs.deny (e.g., .env, *.crt) can be retrieved with HTTP 200 responses when query parameters such as ?raw, ?import&raw, or ?import&url&inline are appended.

PoC

  1. Start the dev server: pnpm exec vite root --host 127.0.0.1 --port 5175 --strictPort
  2. Confirm that server.fs.deny is enforced (expect 403): curl -i http://127.0.0.1:5175/src/.env | head -n 20
    image
  3. Confirm that the same files can be retrieved with query parameters (expect 200):
    image

Release Notes

vitejs/vite (vite)

v7.3.2

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 bot label Apr 6, 2026
@renovate renovate bot requested a review from a team as a code owner April 6, 2026 21:50
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 6, 2026
@renovate renovate bot enabled auto-merge (squash) April 6, 2026 21:50
@renovate renovate bot merged commit 97272fe into master Apr 6, 2026
2 checks passed
@renovate renovate bot deleted the renovate/npm-vite-vulnerability branch April 6, 2026 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants