fix(VUL-27078): bump js-yaml to 3.15.1 in example lockfile - #87
Open
samwise-service[bot] wants to merge 1 commit into
Open
fix(VUL-27078): bump js-yaml to 3.15.1 in example lockfile#87samwise-service[bot] wants to merge 1 commit into
samwise-service[bot] wants to merge 1 commit into
Conversation
Addresses CVE fixed in js-yaml 3.15.1: - GHSA-5p4m-2wfm-xmqj: Quadratic CPU consumption in !!omap resolution (3.x and 4.x)
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
Bumps the transitive
js-yamldependency from3.15.0to3.15.1inexample/package-lock.jsonto remediate a quadratic CPU consumption (ReDoS-style) vulnerability in!!omapresolution.js-yamlis not a direct dependency of theexampleapp — it is pulled in transitively viajest→@istanbuljs/load-nyc-config(^3.13.1). Per remediation policy for transitive dependencies, the fix is applied via anoverridesentry inexample/package.json(pinningjs-yamlto^3.15.1) plus a regenerated lockfile, rather than adding it as a new direct dependency.Jira Tickets Resolved
CVE Table
!!omapresolution (3.x and 4.x); the CVE-2026-59870 fix for the omap DoS was not backported to the 3.x line prior to 3.15.1Changes
example/package.json: addedjs-yaml: ^3.15.1to theoverridesblock (transitive dep, not promoted to a direct dependency).example/package-lock.json: regenerated to resolvejs-yamlto3.15.1.Risk assessment
Rating: Undetermined — the
service-maturityskill reference was unavailable in this environment, so the full defense-in-depth scoring could not be run. Manual note: this is a patch-level bump (3.15.0 → 3.15.1) of a dev-only, transitive test-tooling dependency in theexamplesub-project (not shipped in the published package), so the blast radius of this change is low.