Fix fast-xml-builder security vulnerabilities#66
Merged
Conversation
…rride Add npm override to force fast-xml-parser to >=5.8.0, which pulls in fast-xml-builder 1.2.0, fixing two CVEs: - GHSA (high): attribute values with unwanted quotes bypass (fixed in 1.1.7) - GHSA (medium): Comment Value regex bypass (fixed in 1.1.6) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
i1snow
approved these changes
Jun 5, 2026
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.
Summary
fast-xml-parser: ^5.8.0to theoverridessection inpackage.json@azure/core-xml's transitive dependency to usefast-xml-parser@5.8.0, which in turn requiresfast-xml-builder@^1.2.0(was 1.1.5)fast-xml-builderallows attribute values with unwanted quotes to bypass malicious/unwanted attribute checks (fixed in 1.1.7)fast-xml-builderComment Value regex can be bypassed (fixed in 1.1.6)Test plan
node_modules/fast-xml-builderversion is 1.2.0 afternpm install🤖 Generated with Claude Code