You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running npm audit revealed several security vulnerabilities in the project's dependencies that need to be addressed to ensure the security and stability of the project.
Vulnerabilities
cross-spawn (7.0.0 - 7.0.4)
Severity: High
Issue: Regular Expression Denial of Service (ReDoS) in cross-spawn
Recommended Fix: Upgrade to version 4.0.4 or later, or 5.0.1 or later.
Logs
harshrastogi@Harsh-Rastogi js-moi-sdk % npm audit
(node:38695) ExperimentalWarning: CommonJS module /Users/harshrastogi/.nvm/versions/node/v23.2.0/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /Users/harshrastogi/.nvm/versions/node/v23.2.0/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support forloading ES Moduleinrequire() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
# npm audit report
cross-spawn 7.0.0 - 7.0.4
Severity: high
Regular Expression Denial of Service (ReDoS) in cross-spawn - https://github.com/advisories/GHSA-3xgq-45jj-v275
fix available via `npm audit fix`
node_modules/cross-spawn
elliptic <6.6.0
Valid ECDSA signatures erroneously rejected in Elliptic - https://github.com/advisories/GHSA-fc9h-whq2-v747
fix available via `npm audit fix`
node_modules/elliptic
secp256k1 4.0.0 - 4.0.3 || 5.0.0
Severity: high
secp256k1-node allows private key extraction over ECDH - https://github.com/advisories/GHSA-584q-6j8j-r5pm
secp256k1-node allows private key extraction over ECDH - https://github.com/advisories/GHSA-584q-6j8j-r5pm
fix available via `npm audit fix`
node_modules/hdkey/node_modules/secp256k1
node_modules/secp256k1
3 vulnerabilities (1 low, 2 high)
The text was updated successfully, but these errors were encountered:
Security Vulnerabilities in Dependencies
Overview
Running
npm audit
revealed several security vulnerabilities in the project's dependencies that need to be addressed to ensure the security and stability of the project.Vulnerabilities
cross-spawn (7.0.0 - 7.0.4)
7.0.5
or later.elliptic (<6.6.0)
6.6.0
or later.secp256k1 (4.0.0 - 4.0.3 || 5.0.0)
4.0.4
or later, or5.0.1
or later.Logs
The text was updated successfully, but these errors were encountered: