security: remove elliptic package (CVE mitigation)#7741
Draft
wtfiwtz wants to merge 1 commit into
Draft
Conversation
Remove unused elliptic package to mitigate CVE-2025-14505 as no patched release is available. Changes: - package.json: Remove elliptic ^6.6.0 from dependencies - Regenerate pnpm-lock.yaml CVEs Addressed: - CVE-2025-14505: elliptic package vulnerability (mitigation via removal) The elliptic package contains a vulnerability (CVE-2025-14505) with no patched release available. After verification that the package was not directly used by the application codebase, it has been removed as a mitigation strategy. Test Results: - Frontend tests: ✓ All 15 test suites passed (90 tests) - TypeScript compilation: ✓ Type checking passed - No import errors or missing dependencies Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remove unused elliptic package to mitigate CVE-2025-14505 as no patched release is available.
Changes
CVEs Addressed
The elliptic package contains a vulnerability (CVE-2025-14505) with no patched release available. Analysis confirmed that the package was not directly used by the application codebase - it was likely a transitive dependency that is no longer required. Removal is the recommended mitigation strategy.
Verification
Confirmed that removal does not break the application:
Test Results
Related PRs
Part of the frontend security upgrade series split from #7720:
Made with Cursor