chore(deps): bump undici to 6.27.0 to fix CVE-2026-9679 (CRLF injection)#38
Merged
Conversation
undici 6.26.0 is reachable transitively via @actions/github@8.0.1 (directly and through @actions/http-client) and is vulnerable to CRLF injection (CVE-2026-9679 / SNYK-JS-UNDICI-17372658, CVSS 9.2). Raise the existing override floor from ^6.26.0 to ^6.27.0 so the lockfile resolves the patched 6.27.0, refresh package-lock.json, and rebuild the dist/ bundle. npm audit --omit=dev now reports 0 vulnerabilities; all 52 tests pass. Signed-off-by: yuriyryabikov <22548029+kurok@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Raise the existing
undicioverride floor from^6.26.0to^6.27.0, refreshpackage-lock.json, and rebuild thedist/bundle.Why
Snyk flags CRLF Injection in
undici@6.26.0(CVE-2026-9679 / SNYK-JS-UNDICI-17372658, CVSS 9.2, Critical). It is reachable transitively via:@actions/github@8.0.1→undici@6.26.0@actions/github@8.0.1→@actions/http-client@3.0.2→undici@6.26.0The advisory is fixed in
undici@6.27.0. The override already existed at^6.26.0; bumping the floor to^6.27.0resolves the lockfile to the patched 6.27.0 while staying within the 6.x line that@actions/*expects.Verification
npm audit --omit=dev→ 0 vulnerabilities (shippeddist/is clean)npm test→ 52/52 passingnpm run packagerebuiltdist/with ncc 0.44.0 (matches CIverify-dist); onlydist/index.jschanged, no chunk drift