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

Vulnerabilities with lodash and deep-extend

Open GreensterRox opened this issue 6 years ago • 9 comments

When I use nsp: https://www.npmjs.com/package/nsp . it gives me the following vulnerabilities:

[email protected] > [email protected] > [email protected] > [email protected] > [email protected] > [email protected] https://nodesecurity.io/advisories/612


[email protected] > [email protected] > [email protected] https://nodesecurity.io/advisories/577


[email protected] > [email protected] > [email protected] > [email protected] https://nodesecurity.io/advisories/577


[email protected] > [email protected] > [email protected] > [email protected] > [email protected] │ https://nodesecurity.io/advisories/577


[email protected] > [email protected] > [email protected] > [email protected] > [email protected] > [email protected]
https://nodesecurity.io/advisories/577


[email protected] > [email protected] > [email protected] > [email protected] > [email protected] > [email protected] > [email protected] https://nodesecurity.io/advisories/577


[email protected] > [email protected] > [email protected] > [email protected] > [email protected] > [email protected] > [email protected] > [email protected] https://nodesecurity.io/advisories/577

GreensterRox avatar May 10 '18 09:05 GreensterRox

Performing the new "npm audit" command in the repo, the report is:

[!] 7 vulnerabilities found - Packages audited: 2049 (61 dev, 119 optional)
    Severity: 4 Low | 2 High | 1 Critical

The critical one is:

┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Critical      │ Command Injection                                            │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ growl                                                        │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ mocha                                                        │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ mocha > growl                                                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/146                       │
└───────────────┴──────────────────────────────────────────────────────────────┘

DanielRamosAcosta avatar May 10 '18 15:05 DanielRamosAcosta

Same here (obviously). 1 critical and 3 high vulnerabilities coming from swagger. Can this be fixed, or is this package replaced by any other nowadays?

sjentzsch avatar Jun 01 '18 15:06 sjentzsch

The same trouble:

found 21 vulnerabilities (13 low, 7 moderate, 1 high) in 1121 scanned packages

  High            Regular Expression Denial of Service                          
                                                                                
  Package         string                                                        
                                                                                
  Dependency of   swagger-express-mw                                            
                                                                                
  Path            swagger-express-mw > swagger-node-runner > swagger-tools >    
                  string                                                        
                                                                                
  More info       https://nodesecurity.io/advisories/536     

runs npm audit fix:

+ [email protected]
added 12 packages from 14 contributors, removed 50 packages, updated 3 packages and moved 3 packages in 9.545s
fixed 14 of 21 vulnerabilities in 1121 scanned packages

but it crashes my app wit error:

Error: Cannot find module 'swagger-tools/middleware/swagger-ui'

it looks like this package is fckn outdated :(

twoheaded avatar Jun 28 '18 23:06 twoheaded

Also multer is vulnerable but they didn't provide fix yet

https://github.com/expressjs/multer/issues/344

ziogibom avatar Jul 05 '18 06:07 ziogibom

@ziogibom how is Multer vulnerable? would love to get a fix out 👍

LinusU avatar Jul 06 '18 11:07 LinusU

Bumping for visibility. Any updates on this? Still facing issues with lodash as Prototype Pollution

nattri07 avatar Sep 18 '18 12:09 nattri07

Any updates?

harman052 avatar Jan 29 '19 11:01 harman052

Just did a fresh install installed mongoose and got this:

                  === npm audit security report ===                        
                                                                            

Run npm install --save-dev [email protected] to resolve 2 vulnerabilities

SEMVER WARNING: Recommended action is a potentially breaking change ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Regular Expression Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ mime │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ supertest [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ supertest > superagent > mime │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/535 │ └───────────────┴──────────────────────────────────────────────────────────────┘

┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Large gzip Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ superagent │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ supertest [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ supertest > superagent │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/479 │ └───────────────┴──────────────────────────────────────────────────────────────┘

┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional guidance │ └──────────────────────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/782 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/782 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machine > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/782 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machine > rttc > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/782 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/782 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > machine > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/782 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > machine > rttc > │ │ │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/782 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/782 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.11 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > machine > switchback > │ │ │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/782 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.12 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1065 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.12 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1065 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.12 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machine > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1065 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.12 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machine > rttc > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1065 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.12 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1065 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.12 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > machine > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1065 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.12 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > machine > rttc > │ │ │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1065 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.12 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1065 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.12 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > machine > switchback > │ │ │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1065 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machine > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machine > rttc > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > machine > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > machine > rttc > │ │ │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > bagpipes > │ │ │ machinepack-http > machinepack-urls > machine > switchback > │ │ │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/577 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ deep-extend │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=0.5.1 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ swagger-express-mw │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ swagger-express-mw > swagger-node-runner > sway > │ │ │ json-schema-faker > deref > deep-extend │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/612 │ └───────────────┴──────────────────────────────────────────────────────────────┘ found 30 vulnerabilities (11 low, 1 moderate, 18 high) in 449 scanned packages 2 vulnerabilities require semver-major dependency updates. 28 vulnerabilities require manual review. See the full report for details.

djErock avatar Jul 17 '19 01:07 djErock

This seems to be getting worse... Can you guys update your lodash dependencies?

djErock avatar Jul 17 '19 01:07 djErock