Skip to content

Conversation

@openverse-bot
Copy link
Collaborator

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 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 23, 2025
@openverse-bot openverse-bot requested a review from a team as a code owner November 23, 2025 14:36
@openverse-bot openverse-bot added the 🧱 stack: frontend Related to the Nuxt frontend label Nov 23, 2025
@openverse-bot openverse-bot moved this to 👀 Needs Review in Openverse PRs Nov 23, 2025
@github-actions
Copy link

Latest k6 run output1

     ✓ status was 200

     checks.........................: 100.00% ✓ 404      ✗ 0   
     data_received..................: 95 MB   396 kB/s
     data_sent......................: 53 kB   221 B/s
     http_req_blocked...............: avg=64.67µs  min=2.3µs    med=4.99µs   max=1.19ms   p(90)=177.71µs p(95)=377.46µs
     http_req_connecting............: avg=34.41µs  min=0s       med=0s       max=1.07ms   p(90)=104.2µs  p(95)=164.69µs
     http_req_duration..............: avg=156.77ms min=18.87ms  med=98.02ms  max=909.96ms p(90)=379.74ms p(95)=492.49ms
       { expected_response:true }...: avg=156.77ms min=18.87ms  med=98.02ms  max=909.96ms p(90)=379.74ms p(95)=492.49ms
   ✓ http_req_failed................: 0.00%   ✓ 0        ✗ 404 
     http_req_receiving.............: avg=168.44µs min=59.16µs  med=141.49µs max=922.69µs p(90)=277.38µs p(95)=333.83µs
     http_req_sending...............: avg=30.04µs  min=8µs      med=22.81µs  max=922.17µs p(90)=38.13µs  p(95)=47.44µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=156.57ms min=18.76ms  med=97.9ms   max=909.53ms p(90)=379.46ms p(95)=492.18ms
     http_reqs......................: 404     1.677567/s
     iteration_duration.............: avg=829.57ms min=266.09ms med=857.02ms max=1.76s    p(90)=1.13s    p(95)=1.17s   
     iterations.....................: 77      0.319734/s
     vus............................: 2       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

@dhruvkb dhruvkb merged commit 0d78b22 into main Nov 23, 2025
75 of 81 checks passed
@dhruvkb dhruvkb deleted the gha-renovatenpm-js-yaml-vulnerability branch November 23, 2025 20:00
@github-project-automation github-project-automation bot moved this from 👀 Needs Review to 🤝 Merged in Openverse PRs Nov 23, 2025
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

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants