Skip to content

fix(security): override @tootallnate/once to ^2.0.1 (CVE-2026-3449)#822

Merged
BYK merged 1 commit into
masterfrom
fix/dependabot-tootallnate-once
May 22, 2026
Merged

fix(security): override @tootallnate/once to ^2.0.1 (CVE-2026-3449)#822
BYK merged 1 commit into
masterfrom
fix/dependabot-tootallnate-once

Conversation

@BYK

@BYK BYK commented May 22, 2026

Copy link
Copy Markdown
Member

Summary

Fixes Dependabot alert #160 (CVE-2026-3449, GHSA-vpq2-c234-7xj6).

Problem

@tootallnate/once@2.0.0 is vulnerable to Incorrect Control Flow Scoping — Promises hang indefinitely when AbortSignal is used (control-flow leak). Severity: Low (CVSS 3.3).

Dependency chain:

@google-cloud/storage@7.18.0
  → teeny-request@9.0.0
    → http-proxy-agent@5.0.0
      → @tootallnate/once@2.0.0  ← vulnerable

Upgrading @google-cloud/storage alone doesn't fix this — the latest 7.19.0 still uses teeny-request@^9.0.0 which pulls the same vulnerable chain.

Fix

Add a pnpm.overrides entry for @tootallnate/once to force ^2.0.1 (the patched version). This follows the same pattern already used for 8 other transitive dependency overrides in the project. The patched version satisfies the parent's declared range ("2" = >=2.0.0 <3.0.0), so there is no compatibility risk.

Add pnpm override to force @tootallnate/once >=2.0.1, fixing
Dependabot alert #160. The vulnerable version (2.0.0) is a transitive
dependency via @google-cloud/storage -> teeny-request ->
http-proxy-agent@5.

The vulnerability causes Promises to hang indefinitely when AbortSignal
is used (control-flow leak). Severity: Low (CVSS 3.3).
@BYK BYK merged commit 2662e81 into master May 22, 2026
21 checks passed
@BYK BYK deleted the fix/dependabot-tootallnate-once branch May 22, 2026 20:05
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