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..................: 95 MB   395 kB/s
     data_sent......................: 55 kB   227 B/s
     http_req_blocked...............: avg=84.56µs  min=2.25µs   med=5.41µs   max=1.66ms   p(90)=165.7µs  p(95)=665.45µs
     http_req_connecting............: avg=37.86µs  min=0s       med=0s       max=1.2ms    p(90)=99.28µs  p(95)=177.03µs
     http_req_duration..............: avg=156.33ms min=17.27ms  med=106.52ms max=911.45ms p(90)=340.63ms p(95)=439.33ms
       { expected_response:true }...: avg=156.33ms min=17.27ms  med=106.52ms max=911.45ms p(90)=340.63ms p(95)=439.33ms
   ✓ http_req_failed................: 0.00%   ✓ 0        ✗ 416 
     http_req_receiving.............: avg=185.79µs min=71.44µs  med=150.71µs max=4.65ms   p(90)=249.84µs p(95)=348.73µs
     http_req_sending...............: avg=28.2µs   min=8.55µs   med=23.5µs   max=859.11µs p(90)=38.55µs  p(95)=49.22µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=156.11ms min=17.13ms  med=106.36ms max=911.22ms p(90)=340.42ms p(95)=439.09ms
     http_reqs......................: 416     1.725905/s
     iteration_duration.............: avg=841.17ms min=275.96ms med=935.06ms max=1.81s    p(90)=1.14s    p(95)=1.19s   
     iterations.....................: 78      0.323607/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 28 times, most recently from d3b8dd0 to 448dde4 Compare January 28, 2026 07:12
@openverse-bot openverse-bot force-pushed the gha-renovatenpm-js-yaml-vulnerability branch from 448dde4 to 50b8e0a Compare January 28, 2026 07:41
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