Skip to content

Pin undici dependency to version ^6.24.1#101

Draft
bartveneman wants to merge 1 commit intomainfrom
claude/fix-undici-vulnerability-qxWla
Draft

Pin undici dependency to version ^6.24.1#101
bartveneman wants to merge 1 commit intomainfrom
claude/fix-undici-vulnerability-qxWla

Conversation

@bartveneman
Copy link
Member

Summary

This PR adds an explicit version override for the undici dependency to ensure consistent resolution across the project.

Changes

  • Added undici to the overrides section in package.json with version constraint ^6.24.1

Details

The overrides field in package.json is used to enforce specific versions of dependencies across the entire dependency tree. This change pins undici to version 6.24.1 or compatible patch/minor versions, ensuring all transitive dependencies that require undici will use this specified version rather than their individually declared versions.

https://claude.ai/code/session_012Zv2tcMjWQWdMaR8Gwirap

Adds an npm overrides entry to pin undici to ^6.24.1, fixing 5 CVEs
introduced transitively via @codecov/vite-plugin → @actions/github/http-client.

- GHSA-g9mf-h72j-4rw9: unbounded decompression chain
- GHSA-2mjp-6q6p-2qxm: HTTP request/response smuggling
- GHSA-vrm6-8vpv-qv8q: unbounded memory in WebSocket deflate
- GHSA-v9p9-hfj2-hcw8: unhandled exception in WebSocket client
- GHSA-4992-7rv2-5pvq: CRLF injection via upgrade option

https://claude.ai/code/session_012Zv2tcMjWQWdMaR8Gwirap
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.71%. Comparing base (b27643b) to head (71037e0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #101   +/-   ##
=======================================
  Coverage   96.71%   96.71%           
=======================================
  Files          14       14           
  Lines        1064     1064           
  Branches      142      142           
=======================================
  Hits         1029     1029           
  Misses         34       34           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codecov-commenter
Copy link

Bundle Report

Bundle size has no change ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants