-
Notifications
You must be signed in to change notification settings - Fork 127
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
Comments
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.
|
This needs fixing ASAP |
@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
The latest released version of this package uses a vulnerable version of
googleapis
package that causesnpm audit
command to fail.You should update it regardless it does not affect to the deployed functions to avoid errors evaluating the packages.
Thank you so much.
The text was updated successfully, but these errors were encountered: