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

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

1 Commits

Author SHA1 Message Date
Chris Farhood f88d60cb6d 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-06 01:25:58 +00:00