chore(security): override body-parser in sbom package (GHSA-v422-hmwv-36x6)#34424
Merged
Alyar666 merged 1 commit intoJul 23, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the standalone packages/sbom dependency resolution to remediate the body-parser DoS advisory (GHSA-v422-hmwv-36x6 / CVE-2026-12590) by forcing vulnerable >=2.0.0 <2.3.0 ranges to resolve to the patched 2.3.0 line within the SBOM package’s isolated pnpm workspace/lockfile.
Changes:
- Added a scoped pnpm override in
packages/sbom/pnpm-workspace.yamlto forcebody-parser@>=2.0.0 <2.3.0to^2.3.0. - Updated
packages/sbom/pnpm-lock.yamlto reflectbody-parserresolving to2.3.0and removed now-orphanedcontent-type@1.0.5references.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/sbom/pnpm-workspace.yaml | Adds an override to ensure vulnerable body-parser 2.x ranges resolve to ^2.3.0 in the sbom workspace. |
| packages/sbom/pnpm-lock.yaml | Lockfile refresh reflecting body-parser@2.3.0 and related dependency graph updates. |
Files not reviewed (1)
- packages/sbom/pnpm-lock.yaml: Generated file
bit-byte0
previously approved these changes
Jul 22, 2026
This was referenced 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
…-36x6) Fixes Dependabot alert DevExpress#705: DoS when an invalid limit value silently disables size enforcement (CVE-2026-12590). body-parser 2.2.2 -> 2.3.0 in packages/sbom/pnpm-lock.yaml.
Alyar666
force-pushed
the
chore/security-alert-705-body-parser-sbom
branch
from
July 22, 2026 13:17
aebf374 to
c331124
Compare
bit-byte0
approved these changes
Jul 22, 2026
Alyar666
pushed a commit
to Alyar666/DevExtreme
that referenced
this pull request
Jul 23, 2026
…-36x6) (25_2) Port of DevExpress#34424 to 25_2. DoS when invalid limit silently disables size enforcement (CVE-2026-12590). body-parser 2.2.2 -> 2.3.0; its deps type-is 2.0.1 -> 2.1.0 and content-type 1.0.5 -> 2.0.0 follow body-parser 2.3.0's updated ranges. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> # Conflicts: # packages/sbom/pnpm-lock.yaml # packages/sbom/pnpm-workspace.yaml
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.