Skip to content

fix: Upgrade fast-xml-parser to 5.10.1 (GHSA-8r6m-32jq-jx6q) - #936

Open
anupamme wants to merge 1 commit into
parse-community:masterfrom
anupamme:fix-repo-parse-server-example-ghsa-8r6m-32jq-jx6q-fast-xml-parser
Open

fix: Upgrade fast-xml-parser to 5.10.1 (GHSA-8r6m-32jq-jx6q)#936
anupamme wants to merge 1 commit into
parse-community:masterfrom
anupamme:fix-repo-parse-server-example-ghsa-8r6m-32jq-jx6q-fast-xml-parser

Conversation

@anupamme

@anupamme anupamme commented Aug 12, 2026

Copy link
Copy Markdown

Summary

Upgrade fast-xml-parser from 5.10.0 to 5.10.1 to fix GHSA-8r6m-32jq-jx6q.

Vulnerability

Field Value
ID GHSA-8r6m-32jq-jx6q
Severity HIGH
Scanner trivy
Rule GHSA-8r6m-32jq-jx6q
File package-lock.json (dependency: fast-xml-parser)
Assessment Present in dependency tree, not confirmed reachable

Description: fast-xml-parser: Repeated DOCTYPE declarations reset entity expansion limits

Changes

  • package.json
  • package-lock.json

Behavior Preservation

The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.


This patch removes an exploit primitive — a code pattern that, while not independently exploitable today, could be chained with other weaknesses by automated exploit-development tooling. Proactive removal of such primitives raises the bar against increasingly capable automated attack tools.


Automated security fix by OrbisAI Security

Summary by CodeRabbit

  • Chores
    • Updated XML parsing components to newer patch and major versions.
    • Improved dependency consistency by pinning the XML parser version used across the application.

Automated dependency upgrade by OrbisAI Security
@parse-github-assistant

Copy link
Copy Markdown

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant Bot changed the title fix: upgrade fast-xml-parser to 5.10.1 (GHSA-8r6m-32jq-jx6q) fix: Upgrade fast-xml-parser to 5.10.1 (GHSA-8r6m-32jq-jx6q) Aug 12, 2026
@parse-github-assistant

Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Tip

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code.

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 02c2e4d6-475e-457d-9910-f23ba8779817

📥 Commits

Reviewing files that changed from the base of the PR and between b5bf542 and e2845b9.

📒 Files selected for processing (2)
  • package-lock.json
  • package.json

📝 Walkthrough

Walkthrough

The project pins fast-xml-parser to 5.10.1 and updates @nodable/entities to 3.0.0 in package metadata and the lockfile.

Changes

Dependency alignment

Layer / File(s) Summary
Update dependency versions
package.json, package-lock.json
package.json overrides fast-xml-parser to 5.10.1. The lockfile records fast-xml-parser 5.10.1 and @nodable/entities 3.0.0 with updated dependency ranges, URLs, and integrity hashes.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: mtrezza

🚥 Pre-merge checks | ✅ 7
✅ Passed checks (7 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title starts with the allowed fix: prefix, uses a capitalized first word, and accurately describes the dependency security upgrade.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Security Check ✅ Passed The diff only updates dependency metadata to fast-xml-parser 5.10.1 and its compatible entities package; it adds no executable code or new security-sensitive pattern.
Engage In Review Feedback ✅ Passed PR #936 shows “No reviews”; its timeline comments are title automation, generic guidance, and a CodeRabbit processing notice, with no review feedback requiring engagement.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Warning

⚠️ This pull request has been flagged as potential spam (promotional) by CodeRabbit slop detection and should be reviewed carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant