fix(deps): resolve esbuild CORS vulnerability#11
Conversation
- Add npm overrides to force esbuild >=0.25.0 and vite >=6.4.1 - Update direct vite dependency to ^6.4.1 - Resolves Dependabot alert #1 (moderate severity) The vulnerability allowed any website to send requests to the dev server and read responses due to permissive CORS settings in esbuild <=0.24.2. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
QA Pipeline Results
Artifacts
Generated by core php qa pipeline |
Summary
Vulnerability Details
esbuild <=0.24.2 allowed any website to send requests to the development server and read responses due to permissive CORS settings (
Access-Control-Allow-Origin: *).Severity: Moderate
Impact: Source code exposure during development
Changes
package.json: Added overrides for esbuild (>=0.25.0) and vite (>=6.4.1)package-lock.json: Regenerated with patched dependenciesTest plan
npm auditshows 0 vulnerabilitiesnpm run docs:build🤖 Generated with Claude Code