chore(deps): update dependency js-yaml to v4.1.1 [security]#133
chore(deps): update dependency js-yaml to v4.1.1 [security]#133renovate[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
[email protected]copies 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 reports[email protected]via@eslint/[email protected]and[email protected].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 [email protected] entries elsewhere (@eslint/[email protected] and [email protected] both still depend on it). pnpm why js-yaml --recursive on this branch still reports [email protected], 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 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
Security
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.