This repository was archived by the owner on Mar 3, 2026. It is now read-only.
deps: update fast-xml-parser to 5.3.4 due to security vulnerability#2710
Closed
yosefrev wants to merge 1 commit intogoogleapis:mainfrom
Closed
deps: update fast-xml-parser to 5.3.4 due to security vulnerability#2710yosefrev wants to merge 1 commit intogoogleapis:mainfrom
yosefrev wants to merge 1 commit intogoogleapis:mainfrom
Conversation
Fixes GHSA-37qj-frw5-hhjh which affects versions 4.3.6 through 5.3.3. The vulnerability causes a RangeError when parsing numeric XML entities with out-of-range code points. Fixes googleapis#2709
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
garethstaite
approved these changes
Feb 2, 2026
JohannesNicholas
approved these changes
Feb 2, 2026
e-oz
approved these changes
Feb 2, 2026
xe69iqjU5D
approved these changes
Feb 2, 2026
|
What needs to happen to get this merged? |
Currently the samples test and system test are failing. Once these are fixed, you'll be able to merge the PR. We're working on fixing the tests, I'll let you know once the tests are fixed. Thanks! |
|
#2713 is merged which also had the changes. I think we can close this PR |
Author
|
Already merged by #2713 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Fixes GHSA-37qj-frw5-hhjh CVE, which affects versions 4.3.6 through 5.3.3. The vulnerability causes a RangeError when parsing numeric XML entities with out-of-range code points, which affects audit checks.
Fixes #2709
Description
Update fast-xml-parser version to ^5.3.4 because of the CVE above
Impact
Testing
Additional Information
Checklist
Fixes #2709 🦕