fix: upgrade js-yaml to 3.15.2 to resolve GHSA-2883-xcg3-v3hh - #1111
Merged
Conversation
A new advisory published 2026-09-08 flags js-yaml below 3.15.2 for unbounded CPU use when maxTotalMergeKeys sees empty merge sources. The finding is dev-only and transitive, reached through jest via @istanbuljs/load-nyc-config@1.1.0, which already permits 3.15.2 inside its existing range. Applied with cve-lite --fix as a within-range refresh, so package.json is unchanged and no baseline entry is needed.
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.
A new advisory published a few hours ago turned Self Scan red on
main.GHSA-2883-xcg3-v3hhflags js-yaml below 3.15.2 for unbounded CPU use whenmaxTotalMergeKeysencounters empty merge sources. We resolve3.15.1, so thescan reported one new finding above baseline and the ratchet gate exited 1.
The finding is dev-only and transitive, reached through
jestvia@istanbuljs/load-nyc-config@1.1.0, which already allows3.15.2in itsexisting range. Applied with
cve-lite . --fix, which took it as a within-rangerefresh, so
package.jsonis untouched and no override or baseline entry wasneeded.
Rescan afterwards reports no known vulnerabilities. Full suite is green at 1790
tests and the build is clean.
Closes #1110