chore: upgrade ws to ^8.21.0 to address CVE-2026-48779#1324
Conversation
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1342/sourcebot-devsourcebot-cve-2026-48779-ws-memory-exhaustion-dos-from#agent-session-12b72ca1) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
|
Warning Review limit reached
More reviews will be available in 1 minute and 59 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ 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 |
f581b8c to
3046e65
Compare
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (20)
|
Fixes SOU-1342
Addresses CVE-2026-48779, a memory exhaustion DoS in
wswhere a malicious client can send many tiny WebSocket fragments to cause unbounded memory accumulation before a message is processed. Fixed inws@8.21.0.wsis pulled in transitively (via@google/genai,jsdom, andsocket.io/engine.io). Refreshing the lockfile bumped most consumers to8.21.0, butengine.ioandsocket.io-adapterrequest~8.20.1, which cannot reach8.21.0. Since the only top-level path isreact-email → socket.io(a breaking upgrade), a qualifiedresolutionsoverride keyed to the~8.20.1range pins those requesters to^8.21.0.Verified with
yarn why ws --recursivethat all instances now resolve to8.21.0.