Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

node-cmake fails npm audit due to yargs-parser #61

Open
ghost opened this issue Jan 4, 2021 · 0 comments
Open

node-cmake fails npm audit due to yargs-parser #61

ghost opened this issue Jan 4, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 4, 2021

The current release of node-cmake depends on a vulnerable verson of yargs-parser, which causes npm audit to fail:

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ yargs-parser                                                 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2             │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ node-cmake [dev]                                             │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ node-cmake > yargs > yargs-parser                            │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1500                            │
└───────────────┴──────────────────────────────────────────────────────────────┘

[email protected] requires yargs-parser@^5.0.0 via [email protected]
The earliest fixed version is 13.1.2.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants