Fix security vulnerabilities in transitive dependencies (#57066)#57066
Open
cortinico wants to merge 1 commit into
Open
Fix security vulnerabilities in transitive dependencies (#57066)#57066cortinico wants to merge 1 commit into
cortinico wants to merge 1 commit into
Conversation
|
@cortinico has exported this pull request. If you are a Meta employee, you can view the originating Diff in D107405946. |
ed23f06 to
d326414
Compare
Summary: Pull Request resolved: facebook#57066 Add yarn resolutions and update lockfiles to fix security vulnerabilities in five transitive dependencies: - `xmldom/xmldom` 0.8.10 → 0.8.13 (CVE-2026-41672, XML injection) - `fast-xml-parser` 4.5.4 → 4.5.6 (CVE-2026-33349, CVE-2026-33036, entity expansion bypass) - `yaml` 2.5.0/2.8.1 → 2.9.0 (CVE-2026-33532, stack overflow via deep nesting) - `fast-uri` 3.0.6 → 3.1.2 (CVE-2026-6322, host confusion; CVE-2026-6321, path traversal) - `addressable` 2.8.5/2.8.7 → 2.9.0 (CVE-2026-35611, ReDoS) All bumps are within semver range of their parent constraints and are patch or minor version updates. - Fixes facebook#56364 - Fixes facebook#56365 - Fixes facebook#56570 - Fixes facebook#56393 - Fixes facebook#56231 - Fixes facebook#56741 Changelog: [General][Security] - Fix security vulnerabilities in `xmldom/xmldom`, `fast-xml-parser`, `yaml`, `fast-uri`, and `addressable` transitive dependencies Differential Revision: D107405946
d326414 to
e850124
Compare
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:
Add yarn resolutions and update lockfiles to fix security vulnerabilities in five transitive dependencies:
xmldom/xmldom0.8.10 → 0.8.13 (CVE-2026-41672, XML injection)fast-xml-parser4.5.4 → 4.5.6 (CVE-2026-33349, CVE-2026-33036, entity expansion bypass)yaml2.5.0/2.8.1 → 2.9.0 (CVE-2026-33532, stack overflow via deep nesting)fast-uri3.0.6 → 3.1.2 (CVE-2026-6322, host confusion; CVE-2026-6321, path traversal)addressable2.8.5/2.8.7 → 2.9.0 (CVE-2026-35611, ReDoS)All bumps are within semver range of their parent constraints and are patch or minor version updates.
Changelog:
[General][Security] - Fix security vulnerabilities in
xmldom/xmldom,fast-xml-parser,yaml,fast-uri, andaddressabletransitive dependenciesDifferential Revision: D107405946