apparatus / fuge

The microservice shell
http://fuge.io
MIT License
431 stars 49 forks source link

needs to pass `npm audit` #173

Open rjrodger opened 6 years ago

rjrodger commented 6 years ago

/cc @pelger

johnwebbcole commented 5 years ago

I'm not sure, but this may have gotten worse. Even with npm audit fix there is still a manual issue.

┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ lodash                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=4.17.5                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ fuge                                                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ fuge > fuge-runner > lodash                                  │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/577                       │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 1 low severity vulnerability in 2282 scanned packages
  1 vulnerability requires manual review. See the full report for details.

It may be just about updating lodash.