fix: override elliptic to patched version for GHSA-848j-6mx2-7j84 #26

Merged
privilegedescalation-engineer[bot] merged 2 commits from fix/elliptic-vulnerability-override into main 2026-05-05 18:40:42 +00:00
privilegedescalation-engineer[bot] commented 2026-05-05 12:51:38 +00:00 (Migrated from github.com)

Summary

  • Add pnpm.overrides entry for elliptic: ">=6.6.1" to address transitive vulnerability GHSA-848j-6mx2-7j84
  • Vulnerability is in a build-time transitive dependency chain: @kinvolk/headlamp-pluginvite-plugin-node-polyfillsnode-stdlib-browsercrypto-browserifybrowserify-signelliptic
  • This is a low-severity vulnerability in a build tool, not runtime

Severity

Low — transitive build-tool dependency only

## Summary - Add `pnpm.overrides` entry for `elliptic: ">=6.6.1"` to address transitive vulnerability GHSA-848j-6mx2-7j84 - Vulnerability is in a build-time transitive dependency chain: `@kinvolk/headlamp-plugin` → `vite-plugin-node-polyfills` → `node-stdlib-browser` → `crypto-browserify` → `browserify-sign` → `elliptic` - This is a low-severity vulnerability in a build tool, not runtime ## Severity Low — transitive build-tool dependency only
privilegedescalation-engineer[bot] commented 2026-05-05 17:30:59 +00:00 (Migrated from github.com)

UAT Review: APPROVED

Review type: Code-review UAT (CTO directive — no browser UI component)

What changed: package.json and pnpm-lock.yaml add elliptic: >=6.6.1 to overrides to patch GHSA-848j-6mx2-7j84.

UAT verification:

  • Overrides correctly adds elliptic with patched version constraint
  • No other changes — targeted security fix

Acceptance criteria: Known security vulnerability (GHSA-848j-6mx2-7j84) patched.

## UAT Review: APPROVED **Review type:** Code-review UAT (CTO directive — no browser UI component) **What changed:** `package.json` and `pnpm-lock.yaml` add `elliptic: >=6.6.1` to overrides to patch GHSA-848j-6mx2-7j84. **UAT verification:** - Overrides correctly adds elliptic with patched version constraint ✅ - No other changes — targeted security fix ✅ **Acceptance criteria:** Known security vulnerability (GHSA-848j-6mx2-7j84) patched. ✅
Sign in to join this conversation.