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

Vulnerable version of googleapis #175

Closed
sergioregueira opened this issue Jul 18, 2019 · 3 comments · Fixed by #176
Closed

Vulnerable version of googleapis #175

sergioregueira opened this issue Jul 18, 2019 · 3 comments · Fixed by #176

Comments

@sergioregueira
Copy link

The latest released version of this package uses a vulnerable version of googleapis package that causes npm audit command to fail.

You should update it regardless it does not affect to the deployed functions to avoid errors evaluating the packages.

                       === npm audit security report ===                        
                                                                                
┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High          │ Improper Authorization                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ googleapis                                                   │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in    │ >=38.0.0                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ serverless-google-cloudfunctions [dev]                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ serverless-google-cloudfunctions > googleapis                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/791                             │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 1 high severity vulnerability in ***** scanned packages
  1 vulnerability requires manual review. See the full report for details.

Thank you so much.

@mrdulin
Copy link

mrdulin commented Aug 8, 2019

same issue.

 === npm audit security report ===                        
                                                                                
┌──────────────────────────────────────────────────────────────────────────────┐
│                                Manual Review                                 │
│            Some vulnerabilities require your attention to resolve            │
│                                                                              │
│         Visit https://go.npm.me/audit-guide for additional guidance          │
└──────────────────────────────────────────────────────────────────────────────┘
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High          │ Improper Authorization                                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package       │ googleapis                                                   │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in>=38.0.0                                                     │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ serverless-google-cloudfunctions [dev]                       │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path          │ serverless-google-cloudfunctions > googleapis                │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info     │ https://npmjs.com/advisories/791                             │
└───────────────┴──────────────────────────────────────────────────────────────┘
found 1 high severity vulnerability in 884863 scanned packages
  1 vulnerability requires manual review. See the full report for details.

@jwkicklighter
Copy link

This needs fixing ASAP

@pmuens
Copy link
Contributor

pmuens commented Aug 29, 2019

@sergioregueira thanks for bringing this up 👍

This has been fixed via #176. I'll published an updated version to npm in the upcoming hour(s).

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

Successfully merging a pull request may close this issue.

4 participants