node-gcstats icon indicating copy to clipboard operation
node-gcstats copied to clipboard

npm audit vulnerabilities

Open imsamurai opened this issue 4 years ago • 5 comments

┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ minimist                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=0.2.1 <1.0.0 || >=1.2.3                                    │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ gc-stats                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ gc-stats > node-pre-gyp > mkdirp > minimist                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1179                            │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ minimist                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=0.2.1 <1.0.0 || >=1.2.3                                    │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ gc-stats                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ gc-stats > node-pre-gyp > tar > mkdirp > minimist            │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1179                            │
└───────────────┴──────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ minimist                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=0.2.1 <1.0.0 || >=1.2.3                                    │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ gc-stats                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ gc-stats > node-pre-gyp > rc > minimist                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/1179                            │
└───────────────┴──────────────────────────────────────────────────────────────┘

imsamurai avatar Mar 20 '20 10:03 imsamurai

I created a pull request with audit fix and an update to mocha. This clears the audit issues. The test passes and the example continues to work.

MendeNajdov avatar Apr 07 '20 15:04 MendeNajdov

Apparently, the mocha update breaks tests in Node 6 & 7 because of ES6 related changes that aren't supported in 6/7... Moved to [email protected] for audit fix + node 6/7 support

MendeNajdov avatar Apr 07 '20 16:04 MendeNajdov

@dainis

imsamurai avatar Jun 10 '20 10:06 imsamurai

Any update on this PR? https://github.com/dainis/node-gcstats/pull/55

shlomo-artlist avatar Aug 08 '21 10:08 shlomo-artlist

@shlomo-artlist I've given up on this. My company forked the code into their private repo and moved on. I suggest you do the same.

MendeNajdov avatar Aug 09 '21 13:08 MendeNajdov