[PRI-1758] Remove ineffective elliptic pnpm.overrides from headlamp-argocd-plugin #48
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task
Remove the ineffective
pnpm.overridesentry forellipticfromheadlamp-argocd-plugin/package.json.The override
"elliptic": ">=6.6.1"was added in PR #26 to address GHSA-848j-6mx2-7j84 / CVE-2025-14505, but it is a no-op because elliptic@6.6.1 IS the vulnerable version and no patched version exists. The override creates a false sense of security.Steps
"elliptic": ">=6.6.1"entry frompnpm.overridesinpackage.jsonpnpm.overridessection becomes empty after removal, remove the entire sectionpnpm installto update the lockfileContext