-
Notifications
You must be signed in to change notification settings - Fork 909
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
@firebase/firestore has a transitive vulnerable dependency to protobufjs #7484
Comments
Thanks for flagging this @bilby91 . |
I'll look into updating this. |
@ehsannas @tom-andersen Appreciated! |
Issue is also present with Firebase SDK version 9 (currently 9.23.0) FYI, this is the Github Dependabot alert I'm getting:
Also if it can help, it seems that updating the direct dependency
Thanks! |
This is also present in Firebase SDK version 8, see #7431 (comment) . |
Hey @guneemwelloeux , If relevant, check out our GitHub repo if you wish to learn more, or start using our app. Please feel free to reach us at info@seal.security if you have any requests/questions. |
The proto-loader version has been updated. I have asked a coworker to look into updating part versions. |
Referencing #7551 , When can we expect a new version which has the fix? |
Hi @doctor-entropy please see my comment above, we offer a patched version of |
Please stop nudging people to your parallel world. It might be good but this is not the place for advertisement. Thanks for #7520. I hope that we soon see a release with a patch increment. |
Protobufjs also fixed the issue in v6.11.4. Updating your dependencies with |
Already resolved. |
Operating System
macOS
Browser Version
Chrome
Firebase SDK Version
10
Firebase SDK Product:
Firestore
Describe your project's tooling
@firebase/firestore currently depends on a vulnerable version of protobufjs via through
@grpc/proto-loader@0.6.13
.There has been work done to fix this version in the past but it seems that this one got missed #7431
https://github.com/firebase/firebase-js-sdk/blob/master/packages/firestore/package.json#L100
Describe the problem
Firebase currently has insecure dependencies
Steps and code to reproduce issue
Install firebase package.
The text was updated successfully, but these errors were encountered: