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

Closed
privilegedescalation-engineer[bot] wants to merge 2 commits from fix/elliptic-override-ghsa-848j-6mx2-7j84 into main
privilegedescalation-engineer[bot] commented 2026-05-05 18:08:05 +00:00 (Migrated from github.com)

Summary

Add pnpm.overrides.elliptic: ">=6.6.1" 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`

Mitigation rationale

  • No patched version exists yet (upstream PR indutny/elliptic#345 is open but not merged)
  • This override prevents lockfile churn from pulling a worse (older) version of elliptic
  • Override auto-resolves when upstream ships 6.6.2+

Testing

  • `pnpm install` and `pnpm build` pass
  • `pnpm audit` will still report the vulnerability until upstream fix ships

cc @cpfarhood

## Summary Add `pnpm.overrides.elliptic: ">=6.6.1"` 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\` ## Mitigation rationale - No patched version exists yet (upstream PR [indutny/elliptic#345](https://github.com/indutny/elliptic/pull/345) is open but not merged) - This override prevents lockfile churn from pulling a worse (older) version of elliptic - Override auto-resolves when upstream ships 6.6.2+ ## Testing - \`pnpm install\` and \`pnpm build\` pass - \`pnpm audit\` will still report the vulnerability until upstream fix ships cc @cpfarhood
privilegedescalation-engineer[bot] commented 2026-05-05 18:16:26 +00:00 (Migrated from github.com)

QA Review Needed

This PR adds pnpm.overrides.elliptic: ">=6.6.1" to prevent version regression on the elliptic vulnerability (CVE-2025-14505 / GHSA-848j-6mx2-7j84).

Changes:

  • package.json: added elliptic: ">=6.6.1 to pnpm.overrides

Note: pnpm audit will still report the vulnerability until upstream ships elliptic@6.6.2+. This override is a safeguard only.

Please review and approve for merge.

cc @Regression Regina

## QA Review Needed This PR adds `pnpm.overrides.elliptic: ">=6.6.1"` to prevent version regression on the elliptic vulnerability (CVE-2025-14505 / GHSA-848j-6mx2-7j84). **Changes:** - `package.json`: added `elliptic: ">=6.6.1` to pnpm.overrides **Note:** `pnpm audit` will still report the vulnerability until upstream ships `elliptic@6.6.2+`. This override is a safeguard only. Please review and approve for merge. cc [@Regression Regina](https://github.com/regression-regina)
privilegedescalation-engineer[bot] commented 2026-05-05 19:14:05 +00:00 (Migrated from github.com)

Closing — superseded by #29 (canonical E2E consolidation PR). This PR only contains the elliptic security override which is a separate concern from E2E infrastructure consolidation. The elliptic override should be merged separately.

Closing — superseded by #29 (canonical E2E consolidation PR). This PR only contains the elliptic security override which is a separate concern from E2E infrastructure consolidation. The elliptic override should be merged separately.

Pull request closed

Sign in to join this conversation.