[CLNP-8804] Bump js-yaml 4.3.0 -> 4.3.1 to fix quadratic-time !!omap DoS - #8
Open
sf-tyler-jeong wants to merge 1 commit into
Open
[CLNP-8804] Bump js-yaml 4.3.0 -> 4.3.1 to fix quadratic-time !!omap DoS#8sf-tyler-jeong wants to merge 1 commit into
sf-tyler-jeong wants to merge 1 commit into
Conversation
Lockfile-only remediation; package.json is unchanged since the fix is an in-range transitive bump (cosmiconfig requires js-yaml ^4.1.0): - js-yaml 4.3.0 -> 4.3.1 High GHSA-5p4m-2wfm-xmqj / CVE-2026-59870 Quadratic CPU consumption in `!!omap` resolution: a large omap sequence triggers a linear duplicate-key scan per element, blocking the event loop (DoS). dev-only, via vite-plugin-svgr -> @svgr/core -> cosmiconfig. Resolves SECURE-4465 / CLNP-8804. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
| Commit | Scanned at | New | Resolved | Net |
|---|---|---|---|---|
55f326c < |
2026-08-20 06:27 UTC | 0 | 0 | 0 |
Last scanned: 55f326c · 2026-08-20 06:27 UTC
|
| Commit | Scanned at | New | Resolved | Net |
|---|---|---|---|---|
55f326c < |
2026-08-20 06:28 UTC | 0 | 0 | 0 |
Last scanned: 55f326c · 2026-08-20 06:28 UTC
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.
Lockfile-only remediation; package.json is unchanged since the fix is an in-range transitive bump (cosmiconfig requires js-yaml ^4.1.0):
!!omapresolution: a large omap sequence triggers a linear duplicate-key scan per element, blocking the event loop (DoS). dev-only, via vite-plugin-svgr -> @svgr/core -> cosmiconfig.Resolves SECURE-4465 / CLNP-8804.