fix: add elliptic override for GHSA-848j-6mx2-7j84 #68

Merged
privilegedescalation-engineer[bot] merged 1 commits from fix/elliptic-override-ghsa-848j-6mx2-7j84 into main 2026-05-06 00:43:51 +00:00

1 Commits

Author SHA1 Message Date
Chris Farhood 1a921cae98 fix: add elliptic override for GHSA-848j-6mx2-7j84
Add pnpm.overrides.elliptic to prevent version regression on
the transitive elliptic vulnerability (CVE-2025-14505).

Vulnerability path:
@kinvolk/headlamp-plugin → vite-plugin-node-polyfills →
node-stdlib-browser → crypto-browserify → browserify-sign → elliptic

Note: pnpm audit will still report the vulnerability until
upstream publishes elliptic 6.6.2+. This override safeguards
against pulling a worse version.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-05 18:08:43 +00:00