chore(security): override engine.io to >=6.6.7 (GHSA-r635-g3xr-vw7x)#34420
Open
Alyar666 wants to merge 1 commit into
Open
chore(security): override engine.io to >=6.6.7 (GHSA-r635-g3xr-vw7x)#34420Alyar666 wants to merge 1 commit into
Alyar666 wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the monorepo’s pnpm dependency resolution to mitigate GHSA-r635-g3xr-vw7x / CVE-2026-59725 by forcing vulnerable engine.io versions (in the affected range) to resolve to a patched 6.6.x release.
Changes:
- Added a scoped
pnpmoverride forengine.io@>=4.1.0 <6.6.7to enforce^6.6.7. - Re-resolved the lockfile so the transitive
engine.ioinstance used by tooling updates from6.6.6to6.6.9. - Synced the override entry into
pnpm-lock.yaml’soverridessection.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Adds a scoped override to ensure vulnerable engine.io versions resolve to a patched 6.6.x version. |
| pnpm-lock.yaml | Updates lock resolution and snapshots to use engine.io@6.6.9 and records the override. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
bit-byte0
previously approved these changes
Jul 22, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 22, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to a conflict with the base branch
Jul 22, 2026
Fixes Dependabot alert DevExpress#706: Engine.IO polling transport connection exhaustion DoS (CVE-2026-59725). Transitive dependency via karma -> socket.io@4.8.3. Resolved engine.io 6.6.6 -> 6.6.9.
Alyar666
force-pushed
the
chore/security-alert-706-engine-io
branch
from
July 22, 2026 13:14
ea16f99 to
2ec7215
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.