chore(deps): update dependency js-yaml to v4.1.1 [security]#133
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency js-yaml to v4.1.1 [security]#133renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
f0ed998 to
92529b4
Compare
92529b4 to
40adef4
Compare
eda7ae6 to
257e948
Compare
257e948 to
87e924e
Compare
87e924e to
83a18eb
Compare
83a18eb to
e3255b6
Compare
e3255b6 to
d80d477
Compare
d80d477 to
e3de394
Compare
e3de394 to
e5b2ea8
Compare
There was a problem hiding this comment.
Stale comment
Found one high-severity issue that blocks treating this as a complete security fix:
- The lockfile still resolves reachable
js-yaml@4.1.0copies through other packages, so this branch does not fully remove the vulnerable version from the dependency graph. Runningpnpm why js-yaml --recursiveon this branch still reportsjs-yaml@4.1.0via@eslint/eslintrc@3.3.1andnx@14.4.3.I did not find any other material issues in the changed hunk beyond that incomplete remediation risk.
Sent by Cursor Automation: Flatbread PR Review
| https-proxy-agent: 7.0.6 | ||
| jose: 5.10.0 | ||
| js-yaml: 4.1.0 | ||
| js-yaml: 4.1.1 |
There was a problem hiding this comment.
This updates one js-yaml edge to 4.1.1, but the lockfile still contains reachable js-yaml@4.1.0 entries elsewhere (@eslint/eslintrc@3.3.1 and nx@14.4.3 both still depend on it). pnpm why js-yaml --recursive on this branch still reports js-yaml@4.1.0, so the security remediation is incomplete and may leave the alert open. Please bump or re-resolve the packages that still pin 4.1.0 so every reachable js-yaml edge lands on 4.1.1+.
e5b2ea8 to
9928af2
Compare
9928af2 to
b1d9937
Compare
b1d9937 to
9b86fda
Compare
9b86fda to
7d6fdc7
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.


This PR contains the following updates:
4.1.0→4.1.1js-yaml has prototype pollution in merge (<<)
CVE-2025-64718 / GHSA-mh29-5h37-fv8m
More information
Details
Impact
In js-yaml 4.1.0, 4.0.0, and 3.14.1 and below, it's possible for an attacker to modify the prototype of the result of a parsed yaml document via prototype pollution (
__proto__). All users who parse untrusted yaml documents may be impacted.Patches
Problem is patched in js-yaml 4.1.1 and 3.14.2.
Workarounds
You can protect against this kind of attack on the server by using
node --disable-proto=deleteordeno(in Deno, pollution protection is on by default).References
https://cheatsheetseries.owasp.org/cheatsheets/Prototype_Pollution_Prevention_Cheat_Sheet.html
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
nodeca/js-yaml (js-yaml)
v4.1.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.