This repository was archived by the owner on Sep 28, 2020. It is now read-only.
This repository was archived by the owner on Sep 28, 2020. It is now read-only.
please update minimist due to prototype pollution (CVE-2020-7598) #316
Closed
Description
- Operating System: Affects all
- Node Version: v12.4.0
- NPM Version: 6.9.0
- webpack Version: 4.42.0
- eslint-loader Version: 3.0.3
Expected Behavior
npm audit
reports no vulnerabilities after installing this module
Actual Behavior
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate │ Prototype Pollution │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ minimist │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=0.2.1 <1.0.0 || >=1.2.3 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ eslint-loader [dev] │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ eslint-loader > loader-fs-cache > mkdirp > minimist │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://npmjs.com/advisories/1179 │
└───────────────┴──────────────────────────────────────────────────────────────┘
How Do We Reproduce?
npm i eslint-loader@latest
npm audit
Metadata
Metadata
Assignees
Labels
No labels