chore(security): override body-parser vulnerable ranges (GHSA-v422-hmwv-36x6)#34423
Merged
Alyar666 merged 1 commit intoJul 22, 2026
Merged
Conversation
…wv-36x6) Fixes Dependabot alert DevExpress#704: DoS when an invalid limit value silently disables size enforcement (CVE-2026-12590). Also covers the 1.x line (<1.20.6), vulnerable per the same advisory but not yet flagged: 1.20.4/1.20.5 -> 1.20.6, 2.2.2 -> 2.3.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates workspace dependency overrides to ensure body-parser is resolved to patched versions across both vulnerable advisory ranges (CVE-2026-12590 / GHSA-v422-hmwv-36x6), and refreshes the lockfile accordingly.
Changes:
- Added
pnpmoverrides to forcebody-parserto^1.20.6for<1.20.6and to^2.3.0for>=2.0.0 <2.3.0. - Updated
pnpm-lock.yamlto remove vulnerablebody-parserversions and incorporate updated transitive deps (content-type@2.0.0,type-is@2.1.0).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Adds override rules to ensure patched body-parser resolutions for both affected major lines. |
| pnpm-lock.yaml | Reflects the new override resolutions, removing vulnerable body-parser versions and updating transitive dependencies. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
bit-byte0
approved these changes
Jul 22, 2026
Alyar666
pushed a commit
to Alyar666/DevExtreme
that referenced
this pull request
Jul 22, 2026
…wv-36x6) (26_1) Port of DevExpress#34423 to 26_1. DoS when invalid limit silently disables size enforcement (CVE-2026-12590). 1.20.4/1.20.5 -> 1.20.6, 2.2.2 -> 2.3.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.