R11DT-4252 - Bump vulnerable deps in swagger-ui (js-yaml) - #209
Merged
Merged
Conversation
OS-thiagosiqueira
marked this pull request as ready for review
September 14, 2026 14:03
OS-thiagosiqueira
requested review from
OS-alexandretome,
OS-joaomurgeiro,
OS-josecunha,
OS-luisvendrame,
OS-miguelfreitas,
mvios and
osjlopes
and removed request for
a team
September 14, 2026 14:03
osjlopes
approved these changes
Sep 14, 2026
rmb-guerra
approved these changes
Sep 14, 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.
Jira Issue
R11DT-4252
The problem
Wiz flags
js-yaml@4.3.1against theb11branch: CVE-2026-84375 (GHSA-2883-xcg3-v3hh,CVSS 7.5 High, CWE-400/407) —
maxTotalMergeKeysdoes not count empty-mapping merge sources.A YAML document with many repeated empty
<<merges bypasses the configured budget and burnsCPU without limit:
Proposed solution
Patch-level bump only, same surgical-bump pattern as #207 — no
src/changes required:package.jsonjs-yaml=4.3.1→=4.3.2package-lock.json4.3.2; nested@istanbuljs/load-nyc-configcopy (dev-only, Jest coverage config loading) bumped3.15.0→3.15.2— same advisory, already in-range via its own^3.13.1spec, sonpm update js-yamlpicked it up for freedist/swagger-ui-bundle.js,-es-bundle.js,-es-bundle-core.js,-standalone-preset.js,swagger-ui.jsjs-yamldist/index.html?v=hashes refreshed for the bundles whose bytes changedVerification:
npm audit— 0js-yamlfindings (both instances cleared).npm audit --omit=dev(production scope) — 0 vulnerabilities.npm ls js-yaml --all— all 8 resolutions in the tree now on patched versions.js-yaml@4.3.2— parses correctly, no API change.