[codex] fix fast-xml-builder dependabot alert#3966
Merged
szdziedzic merged 2 commits intoJul 13, 2026
Conversation
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3966 +/- ##
=======================================
Coverage 59.72% 59.72%
=======================================
Files 941 941
Lines 41322 41322
Branches 8676 8676
=======================================
Hits 24674 24674
Misses 16554 16554
Partials 94 94 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
sjchmiela
approved these changes
Jul 13, 2026
c89720c to
d85c6cb
Compare
|
✅ Thank you for adding the changelog entry! |
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.
Why
Dependabot reported alert 400 for
fast-xml-builder(GHSA-5wm8-gmm8-39j9,CVE-2026-44665). Versions up to and including1.1.6are vulnerable to XML attribute injection when attribute values contain quotes and entity processing is disabled.How
Re-resolved the Yarn lockfile so
fast-xml-parser@5.4.1usesfast-xml-builder@1.2.1, which is above the patched1.1.7release. Added a changelog entry for the security fix.Test Plan
corepack yarn fmtcorepack yarn install --immutablecorepack yarn why fast-xml-buildercorepack yarn lint-changeloggit diff --checkcorepack yarn install --immutablestill reports the existing peer dependency warnings forgraphql,oxlint-tsgolint,eslint, and@types/node.