Update @quasar/app-webpack - esbuild 0.24.2 to 0.25.0 #17837
-
Please note: A new version of esbuild, v0.25.0, has been released to address a security vulnerability identified in previous versions. The vulnerability, detailed in GitHub Advisory GHSA-67mh-4wv8-2f99, allowed any website to send requests to the esbuild development server and read the responses due to default CORS settings. This issue has been resolved in v0.25.0 by restricting access to the development server. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
app-webpack uses webpack-dev-server, app-vite uses Vite's devserver. app-webpack/app-vite uses esbuild separately only to build separate files like PWA custom service worker, Electron preload script, etc. So, neither of them are affected. But, we will upgrade it regardless, just stating the fact that it's not urgent. |
Beta Was this translation helpful? Give feedback.
-
Guys, any idea when this patch will be pushed please @yusufkandemir ? My production build is failing because of this yarn audit security flaw... I've updated quasar in full, but still waiting on "@quasar/app-vite": "2.1.0", to consume the appropriate version of vite. Thanks! |
Beta Was this translation helpful? Give feedback.
-
In my view, it's not just about whether the problem affects Quasar directly. But if I update Quasar and then only get error messages about security vulnerabilities, that doesn't reflect well on the product. And if it makes sense to run an audit at the same time, it makes perfect sense to install the updates promptly. Regardless of whether it affects Quasar directly or not. |
Beta Was this translation helpful? Give feedback.
-
@rstoenescu Thanks for the update |
Beta Was this translation helpful? Give feedback.
@rstoenescu Thanks for the update