Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 3 vulnerabilities by upgrading electron-packager to 13.1.1 #5

Open
pqrth opened this issue Mar 17, 2019 · 0 comments
Open

Fix 3 vulnerabilities by upgrading electron-packager to 13.1.1 #5

pqrth opened this issue Mar 17, 2019 · 0 comments

Comments

@pqrth
Copy link

pqrth commented Mar 17, 2019

Output of npm audit:

                       === npm audit security report ===

# Run  npm install --save-dev [email protected]  to resolve 3 vulnerabilities
SEMVER WARNING: Recommended action is a potentially breaking change
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ SSL Validation Defaults to False                             │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ electron-packager                                            │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ electron-packager [dev]                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ electron-packager                                            │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/104                             │
└───────────────┴──────────────────────────────────────────────────────────────┘


┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate      │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ lodash                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ electron-packager [dev]                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ electron-packager > plist > xmlbuilder > lodash              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/782                             │
└───────────────┴──────────────────────────────────────────────────────────────┘


┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low           │ Prototype Pollution                                          │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ lodash                                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ electron-packager [dev]                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ electron-packager > plist > xmlbuilder > lodash              │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/577                             │
└───────────────┴──────────────────────────────────────────────────────────────┘


found 3 vulnerabilities (2 low, 1 moderate) in 617 scanned packages
  3 vulnerabilities require semver-major dependency updates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant