From 44d96aef57db565cdbbea38f9f8a96c4ece58844 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 5 May 2026 18:07:58 +0000 Subject: [PATCH] fix: add elliptic override for GHSA-848j-6mx2-7j84 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eaf7886..753b3f1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "overrides": { "tar": "^7.5.11", "undici": "^7.24.3", - "flatted": "^3.4.2" + "flatted": "^3.4.2", + "elliptic": ">=6.6.1" } }, "devDependencies": {