Remove ineffective elliptic pnpm.overrides entry
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. No upstream fix is available — elliptic@6.6.1 is the latest release. CTO decision: remove the no-op override, accept residual build-time risk. Dependency is build-time only and not shipped to production. Ref: PRI-1758, PRI-923
This commit is contained in:
committed by
Gandalf the Greybeard [agent]
parent
009986067d
commit
5986026abd
+1
-2
@@ -33,8 +33,7 @@
|
|||||||
"overrides": {
|
"overrides": {
|
||||||
"tar": "^7.5.11",
|
"tar": "^7.5.11",
|
||||||
"undici": "^7.24.3",
|
"undici": "^7.24.3",
|
||||||
"flatted": "^3.4.2",
|
"flatted": "^3.4.2"
|
||||||
"elliptic": ">=6.6.1"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Generated
-1
@@ -8,7 +8,6 @@ overrides:
|
|||||||
tar: ^7.5.11
|
tar: ^7.5.11
|
||||||
undici: ^7.24.3
|
undici: ^7.24.3
|
||||||
flatted: ^3.4.2
|
flatted: ^3.4.2
|
||||||
elliptic: '>=6.6.1'
|
|
||||||
|
|
||||||
importers:
|
importers:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user