Skip to content

fix: bump undici to >=8.9.0 to patch Dependabot alerts - #41

Merged
finalerock44 merged 1 commit into
mainfrom
fix/dependabot-undici
Aug 5, 2026
Merged

fix: bump undici to >=8.9.0 to patch Dependabot alerts#41
finalerock44 merged 1 commit into
mainfrom
fix/dependabot-undici

Conversation

@finalerock44

@finalerock44 finalerock44 commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Clears five open undici advisories (all fixed in 8.9.0); resolves to 8.10.0. The existing >=7.28.0 override was from an earlier advisory and had gone stale, so bump it in place rather than adding a second constraint.

Not exploitable here: all five require undici's cache interceptor, and undici is transitive-only via @actions/github / @actions/http-client. The action uses @actions/github solely for github.context and never constructs an Octokit client, so no request is ever dispatched through undici and interceptors.cache() has no call site in the bundle.

undici 8.x needs node >=22.19.0, satisfied by action.yml's node24 runtime.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

Clears five open undici advisories (all fixed in 8.9.0); resolves to 8.10.0.
The existing >=7.28.0 override was from an earlier advisory and had gone
stale, so bump it in place rather than adding a second constraint.

- CVE-2026-13697 (GHSA-4cwx-7wf7-3272, high)
- CVE-2026-16729, -16728, -15157, -14643 (medium)

Not exploitable here: all five require undici's cache interceptor, and
undici is transitive-only via @actions/github / @actions/http-client.
The action uses @actions/github solely for `github.context` and never
constructs an Octokit client, so no request is ever dispatched through
undici and interceptors.cache() has no call site in the bundle.

undici 8.x needs node >=22.19.0, satisfied by action.yml's node24 runtime.
@finalerock44 finalerock44 self-assigned this Aug 5, 2026
@finalerock44
finalerock44 merged commit 798a3df into main Aug 5, 2026
3 checks passed
@finalerock44
finalerock44 deleted the fix/dependabot-undici branch August 5, 2026 14:42
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.

1 participant