Skip to content

Commit 4223dd4

Browse files
authored
Update elliptic to 6.5.4 (CVE-2020-28498) (#186)
In versions of elliptic prior to 6.5.4, there is no check to confirm that the public key point passed into the derive function actually exists on the secp256k1 curve. This results in the potential for the private key used in this implementation to be revealed after a number of ECDH operations are performed. See GHSA-r9p9-mrjm-926w
1 parent 024fbda commit 4223dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"install": "node-gyp-build || exit 0"
3333
},
3434
"dependencies": {
35-
"elliptic": "^6.5.2",
35+
"elliptic": "^6.5.4",
3636
"node-addon-api": "^2.0.0",
3737
"node-gyp-build": "^4.2.0"
3838
},

0 commit comments

Comments
 (0)