minimist security issue
See original GitHub issueGitHub reports a security advisory of all users of minimist <1.2.2
:
https://github.com/advisories/GHSA-7fhm-mqm4-2wp7
forever is depending on the deprecated optimist
package: https://www.npmjs.com/package/optimist. That package depends on minimist ~0.0.1
.
The solution is to switch to a recent minimist
directly or to yargs
or a similar package.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:7
- Comments:12 (7 by maintainers)
Top Results From Across the Web
minimist vulnerabilities | Snyk
version published direct vulnerabilities
0.2.2 11 Oct, 2022 0. C. 0. H. 0. M. 1. L
1.2.7 10 Oct, 2022 0. C. 0. H. 0....
Read more >Moderate severity vulnerabilities due to minimist
I'm running into a huge number of vulnerabilities. There are 583 vulnerabilities all associated with the package minimist.
Read more >Minimist vulnerability CVE-2021-44906 · Issue #674 - GitHub
minimist : v1.2.5 brings in a security vulnerability which is currently has no fix. The following dependency chain makes node-config a ...
Read more >Fixing security vulnerabilities in npm dependencies in less ...
In my case minimist was a dependency of knexnest > knex module. This does fix the vulnerability issue, but when I run npm...
Read more >Prototype Pollution Vulnerability in the minimist library (+4 More)
Learn more about our SCA solution. Schedule a Demo. Verified Security Data. The most accurate and complete database of public and private vulnerabilities....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll look into replacing optimist, as that library is dead
Replacing optimist will take some time that I don’t currently have, unfortunately; if anyone would volunteer to make a PR, that would be appreciated greatly.
Meanwhile I’ve pinged @substack wrt to lending a hand to fix security issue on the optimist side, hopefully that works out as a stopgap solution.