fix(deps): update dependency fast-xml-parser to v5.10.1 [security] - autoclosed#578
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update dependency fast-xml-parser to v5.10.1 [security] - autoclosed#578renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
requested review from
ALARGECOMPANY,
biggest-littlest and
scttbnsn
as code owners
July 21, 2026 23:05
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
scttbnsn
added a commit
that referenced
this pull request
Jul 22, 2026
## Summary - pin `fast-uri` 3.1.4 in app and UI for CVE-2026-16221 - pin `fast-xml-parser` 5.10.1 in app for GHSA-8r6m-32jq-jx6q - override the Next.js transitive `sharp` dependency to 0.35.3 for GHSA-f88m-g3jw-g9cj - add lockfile regression coverage and record the refresh in the rc.3 changelog ## Why The approved rc.3 tree passed PR CI, but the GitHub Advisory Database updated before the post-merge `main` run completed. Qlty then correctly blocked the release on these three newly recognized advisories. The release workflow was canceled before any publication side effects. This combined PR supersedes the incomplete single-package Renovate PRs #577 and #578; neither can pass the all-plugin Qlty gate independently. ## Validation - Qlty all-plugin gate: pass - npm audit, app/UI/website production trees: 0 vulnerabilities - backend: 392 files, 12,288 tests, 100% coverage - UI: 213 files, 4,273 tests, 100% coverage - website: 44 script tests, typecheck, 348-page production build - root scripts: 111 tests - workflow policy: 40 tests - pre-push repository gate: pass - rc.3 precheck: pass with five informational discussion-reply reminders <!-- This is an auto-generated comment: release notes by coderabbit.ai --> 🔒 **Security** - Pin `fast-uri` to `3.1.4` in `app` and `ui` for CVE-2026-16221. - Pin `fast-xml-parser` to `5.10.1` in `app` (via `dependencies` + `overrides`) for GHSA-8r6m-32jq-jx6q. - Override Next.js transitive `sharp` to `0.35.3` in `apps/web` for GHSA-f88m-g3jw-g9cj. ✨ **Added** - Add `scripts/security-dependency-versions.test.mjs` to regression-test that: - workspace manifests include the expected pins/overrides, - `package-lock.json` resolved versions are semver-equal-or-greater than the patched targets, - `CHANGELOG.md` `## [1.6.0-rc.3]` contains the expected CVE/GHSA identifiers and patched-version statements. 🔧 **Changed** - Update `app/package.json` to pin/override `fast-uri@3.1.4` and `fast-xml-parser@5.10.1`. - Update `ui/package.json` to override `fast-uri@3.1.4`. - Update `apps/web/package.json` to override `sharp@0.35.3`. - Record the security dependency refresh in `CHANGELOG.md` under `## [1.6.0-rc.3]`. - Supersede prior Renovate updates. - Confirm the previously canceled release workflow / post-merge advisory failure no longer blocks publication. - Verify all listed CI/validation gates remain passing (Qlty, audit, test, coverage, build, typecheck, workflow policy, pre-push, rc.3 precheck). <!-- end of auto-generated comment: release notes by coderabbit.ai -->
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.
This PR contains the following updates:
5.7.3→5.10.15.9.3→5.10.1fast-xml-parser: Repeated DOCTYPE declarations reset entity expansion limits
GHSA-8r6m-32jq-jx6q
More information
Details
Impact
fast-xml-parserprocesses multiple "DOCTYPE" declarations within a single XML document. Each declaration passes its entities to@nodable/entitiesthroughaddInputEntities().addInputEntities()resets the entity expansion counters every time it is called. An attacker can therefore insert additional DOCTYPE declarations to repeatedly reset maxTotalExpansions and maxExpandedLength during one parse operation.This allows a crafted XML document to exceed the configured entity-expansion limits and can cause excessive CPU use, event-loop blocking, memory exhaustion, and process termination.
Workarounds
processEntityflag offSeverity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
v5.10.1Compare Source
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.10.0...v5.10.1
v5.10.0Compare Source
What's Changed
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.3...v5.10.0
v5.9.3Compare Source
What's Changed
New Contributors
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.2...v5.9.3
v5.9.2Compare Source
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.1...v5.9.2
v5.9.1Compare Source
Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.0...v5.9.1
v5.9.0: update strnum, use is-unsafeCompare Source
v5.8.0: update strnum, FXB. Use xml-naming for DOCTYPECompare Source
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.