Skip to content

Conversation

@LucHeart
Copy link
Member

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • package.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
medium severity Directory Traversal
SNYK-JS-VITE-13644406
  693  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-VITE-13644406
Copilot AI review requested due to automatic review settings October 27, 2025 02:01
@changeset-bot
Copy link

changeset-bot bot commented Oct 27, 2025

⚠️ No Changeset found

Latest commit: 77efc21

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

Copilot AI left a 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.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a 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".

Comment on lines 69 to +71
"dependencies": {
"esptool-js": "^0.5.7",
"vite": "^7.1.9"
"vite": "^7.1.11"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@hhvrc hhvrc merged commit 50438e8 into develop Oct 27, 2025
6 checks passed
@hhvrc hhvrc deleted the snyk-fix-2452f083f5e38b5f0bea00e8d5ac3f45 branch October 27, 2025 03:36
@hhvrc hhvrc restored the snyk-fix-2452f083f5e38b5f0bea00e8d5ac3f45 branch November 6, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants