Skip to content

Conversation

@openverse-bot
Copy link
Collaborator

@openverse-bot openverse-bot commented Nov 24, 2025

This PR contains the following updates:

Package Type Update Change
js-yaml dependencies patch 4.1.0 -> 4.1.1

GitHub Vulnerability Alerts

CVE-2025-64718

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=delete or deno (in Deno, pollution protection is on by default).

References

https://cheatsheetseries.owasp.org/cheatsheets/Prototype_Pollution_Prevention_Cheat_Sheet.html


Release Notes

nodeca/js-yaml (js-yaml)

v4.1.1

Compare Source

Security
  • Fix prototype pollution issue in yaml merge (<<) operator.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@openverse-bot openverse-bot requested a review from a team as a code owner November 24, 2025 08:12
@openverse-bot openverse-bot added dependencies Pull requests that update a dependency file 💻 aspect: code Concerns the software code in the repository 🟨 tech: javascript Involves JavaScript 🟩 priority: low Low priority and doesn't need to be rushed 🧰 goal: internal improvement Improvement that benefits maintainers, not users labels Nov 24, 2025
@openverse-bot openverse-bot added the 🧱 stack: frontend Related to the Nuxt frontend label Nov 24, 2025
@openverse-bot openverse-bot moved this to 👀 Needs Review in Openverse PRs Nov 24, 2025
@github-actions
Copy link

github-actions bot commented Nov 24, 2025

Latest k6 run output1

     ✓ status was 200

     checks.........................: 100.00% ✓ 416      ✗ 0   
     data_received..................: 97 MB   402 kB/s
     data_sent......................: 54 kB   226 B/s
     http_req_blocked...............: avg=82.75µs  min=2.32µs   med=4.93µs   max=1.9ms    p(90)=176.19µs p(95)=602.53µs
     http_req_connecting............: avg=42.91µs  min=0s       med=0s       max=1.53ms   p(90)=106.3µs  p(95)=195.66µs
     http_req_duration..............: avg=164.35ms min=16.69ms  med=107.26ms max=1.08s    p(90)=378.76ms p(95)=461.74ms
       { expected_response:true }...: avg=164.35ms min=16.69ms  med=107.26ms max=1.08s    p(90)=378.76ms p(95)=461.74ms
   ✓ http_req_failed................: 0.00%   ✓ 0        ✗ 416 
     http_req_receiving.............: avg=174.18µs min=53.42µs  med=147.08µs max=2.44ms   p(90)=271.73µs p(95)=333.49µs
     http_req_sending...............: avg=26.98µs  min=8.01µs   med=22.19µs  max=392.38µs p(90)=33.09µs  p(95)=48.96µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=164.15ms min=16.55ms  med=107.09ms max=1.08s    p(90)=378.51ms p(95)=461.45ms
     http_reqs......................: 416     1.725569/s
     iteration_duration.............: avg=883.53ms min=225.36ms med=942.41ms max=1.83s    p(90)=1.19s    p(95)=1.23s   
     iterations.....................: 78      0.323544/s
     vus............................: 4       min=0      max=6 
     vus_max........................: 60      min=60     max=60

Footnotes

  1. This comment will automatically update with new output each time k6 runs for this PR

@openverse-bot openverse-bot force-pushed the gha-renovatenpm-js-yaml-vulnerability branch 5 times, most recently from c8a09f1 to 1e8539f Compare November 28, 2025 14:39
@openverse-bot openverse-bot force-pushed the gha-renovatenpm-js-yaml-vulnerability branch 8 times, most recently from a220ae6 to e677384 Compare December 4, 2025 00:30
@openverse-bot openverse-bot force-pushed the gha-renovatenpm-js-yaml-vulnerability branch 27 times, most recently from ea6e86c to 0e8139a Compare January 10, 2026 07:37
@openverse-bot openverse-bot force-pushed the gha-renovatenpm-js-yaml-vulnerability branch from 0e8139a to b713803 Compare January 11, 2026 03:39
@openverse-bot openverse-bot force-pushed the gha-renovatenpm-js-yaml-vulnerability branch from b713803 to cda50c1 Compare January 11, 2026 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

💻 aspect: code Concerns the software code in the repository dependencies Pull requests that update a dependency file 🧰 goal: internal improvement Improvement that benefits maintainers, not users 🟩 priority: low Low priority and doesn't need to be rushed 🧱 stack: frontend Related to the Nuxt frontend 🟨 tech: javascript Involves JavaScript

Projects

Status: 👀 Needs Review

Development

Successfully merging this pull request may close these issues.

3 participants