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

node-red-node-google depends on vulnerable version of minimatch #237

Open
ristomatti opened this issue Dec 24, 2018 · 0 comments
Open

node-red-node-google depends on vulnerable version of minimatch #237

ristomatti opened this issue Dec 24, 2018 · 0 comments

Comments

@ristomatti
Copy link

Which node are you reporting an issue on?

node-red-node-google

What are the steps to reproduce?

Run npm audit under ~/.node-red.

What happens?

$ npm audit
                                                                                
                       === npm audit security report ===                        
                                                                                
┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High          │ Regular Expression Denial of Service                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ minimatch                                                    │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=3.0.2                                                      │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ node-red-node-google                                         │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ node-red-node-google > minimatch                             │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://nodesecurity.io/advisories/118                       │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 1 high severity vulnerability in 920 scanned packages
  1 vulnerability requires manual review. See the full report for details.

What do you expect to happen?

No high severity vulnerabilities found.

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