Prototype Pollution in `minimist 1.2.5`
See original GitHub issueMy project has a Dependabot alert for minimist which is a dependency of svelte-check:
Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).
It looks like that repo is no longer maintained and it is recommended to use this fork instead. I’m just wondering if that’s something that’s in the pipeline.
Minimist is also a sub-dependency of svelte-preprocess, via sorcery, so same question for that project, too.
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
CVE-2021-44906 Prototype Pollution in minimist
Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). I don't know how ...
Read more >Minimist <= 1.2.5 - Prototype Pollution - Wordfence
Description. Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95). Fixed in 1.2.6.
Read more >Prototype pollution vulnerability in minimist npm package - Snyk
This security vulnerability that manifests as prototype pollution, enables attackers to overwrite a JavaScript application object prototype.
Read more >Prototype Pollution Vulnerability in the minimist library (+4 More)
minimist is vulnerable to prototype pollution. An attacker can inject properties into existing construct prototypes via the `setKey ` function in the ...
Read more >Prototype Pollution in minimist - Vulners
Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines...
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
😃
minimist 1.2.6 is available with this fixed. update your dependencies