You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have received many reports of this but this is not a vulnerability in Vite. They only affect esbuild's server, which we don't use. Please update this in the scanner instead.
Description
Older esbuild versions use versions of Go which flag a number of CVEs on vulnerability scanners.
evanw/esbuild#3802
evanw/esbuild#3853
Vite currently has a dependency on esbuild ^0.21.3:
vite/packages/vite/package.json
Line 88 in 0ca53cf
Suggested solution
Bump dependency on esbuild to latest (^0.23.1) which uses later versions of Go and addresses the CVEs described in the GitHub issues above.
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: