-
Notifications
You must be signed in to change notification settings - Fork 3
[Snyk] Security upgrade vite from 7.1.9 to 7.1.11 #145
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-13644406
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the Vite dependency from version 7.1.9 to 7.1.11 to address a medium-severity directory traversal vulnerability (SNYK-JS-VITE-13644406) with a priority score of 693.
- Security patch upgrade for Vite to fix directory traversal vulnerability
- No breaking changes expected based on semantic versioning (patch version increment)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "dependencies": { | ||
| "esptool-js": "^0.5.7", | ||
| "vite": "^7.1.9" | ||
| "vite": "^7.1.11" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update lockfile for Vite patch upgrade
Changing dependencies.vite to ^7.1.11 alone does not actually install the patched version because pnpm-lock.yaml still locks [email protected] (e.g. around line 2957). pnpm install will continue to resolve 7.1.9 and the directory traversal CVE remains present. Please regenerate the lockfile so the lock also points at 7.1.11.
Useful? React with 👍 / 👎.
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-VITE-13644406
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Directory Traversal