Skip to content

fix(deps): resolve transitive security advisories#2941

Merged
enoch85 merged 1 commit into
developmentfrom
fix/deps-transitive-security-advisories
May 20, 2026
Merged

fix(deps): resolve transitive security advisories#2941
enoch85 merged 1 commit into
developmentfrom
fix/deps-transitive-security-advisories

Conversation

@enoch85

@enoch85 enoch85 commented May 20, 2026

Copy link
Copy Markdown
Collaborator

Adds resolutions overrides to force patched versions of transitive-only dependencies flagged by Dependabot. All direct runtime deps were already patched; these clear the nested copies pulled by build/dev tooling.

Override Clears Source
node-gyp@11.2.0 6× tar High (#120 #123 #126 #132 #152 #154) replaces tar@6.2.1 with patched 7.5.15; dedupes the duplicate node-gyp build subtree
minimatch@9.0.9 minimatch ReDoS (#144 +2) via glob@10.5.0
yaml@1.10.3 stack overflow (#172) via cosmiconfig
ajv@8.20.0 $data ReDoS (#134) via @angular-devkit/core
undici@6.25.0 undici WebSocket/smuggling/decompression (#162 #163 #164 #165 #166 #119) via cheerio

Not addressed (deliberately): residual undici@5.29.0 and the glob CLI alert (#108) come from release-only tooling (@semantic-release/npm) and never ship in the production image; nodemailer (#196 #179), ip-address (#206), and tmp (#92) would require breaking major bumps on transitive consumers for vectors not reachable from the running server.

Force patched versions of transitive-only dependencies flagged by
Dependabot. All direct runtime deps were already patched; these
overrides clear the nested copies pulled by build/dev tooling.

- node-gyp 11.2.0: replaces tar 6.2.1 with patched 7.5.15
  (GHSA-r6q2-hw4h-h46w, -8qq5-rm4j-mr97, -34x7-hfp2-rc4v,
   -83g3-92jg-28cx, -qffp-2rhf-9h96, -9ppj-qmqm-q256)
- minimatch 9.0.9: ReDoS fixes (GHSA-7r86-cg39-jmmj and related)
- yaml 1.10.3: stack overflow (GHSA-48c2-rrv3-qjmp)
- ajv 8.20.0: $data ReDoS (GHSA-2g4f-4pwh-qvx6)
- undici 6.25.0: WebSocket/smuggling/decompression fixes via cheerio
  (GHSA-f269-vfmq-vjvj, -2mjp-6q6p-2qxm, -vrm6-8vpv-qv8q,
   -v9p9-hfj2-hcw8, -4992-7rv2-5pvq, -g9mf-h72j-4rw9)
@enoch85 enoch85 merged commit 06784b9 into development May 20, 2026
13 checks passed
@enoch85 enoch85 deleted the fix/deps-transitive-security-advisories branch May 20, 2026 16:44
@enoch85 enoch85 added this to the 3.12.0 milestone May 20, 2026 — with GitHub Codespaces
@maintainerr-automation

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 3.12.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant