-
Notifications
You must be signed in to change notification settings - Fork 371
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
Out of date packages failing snyk tests #1976
Comments
I found a few problems with this issue:
|
Facing the same vulnerability issue |
Came across this today myself after adding Snyk to the project.....any input from the team? |
Hi @dconeybe, @alexander-fenster, looks like both dependencies are coming from |
Tagging @ehsannas in my stead. |
Facing same issue... Any way to resolve this? AWS Inspector is showing this as vulnerable |
A quick update: This seems to be due to one of the indirect dependencies of firestore@, a couple of levels deep. We are looking into the dependency tree, and we'll provide an update soon. |
@ehsannas we are also facing the same issue. Is there any temporary estimate until we can get any fix for this? |
Hi @pratyushKumarKarna , thanks for your patience. Since the fix is happening in Firestore's dependencies, we're still waiting for them to complete this task. Once that is done, both |
Hi everyone. I wanted to follow up on this as it was a bit hard to see what the current state of the issue is 🙏 according to this chain: thank you so much for looking into it. |
yes. IIUC |
#2061 (comment) |
If you really can't wait for the update to get through the dependency chain, you can temporarily add the override to your package.json, which should fix audit messages and dependabot alerts. However, I can't attest to this not breaking stuff:
|
I'd expect this issue is about to get a lot more traffic as this has started showing up in |
Thanks everyone for your patience! This issue is now fixed in Once |
|
seems to be fixed in 11.6.0 |
Should also be addressed in #2147, which we will release this week. Thanks! |
V 11.2.1
I recently added this to one of my projects and instantly snyk notified me or dependency related CVEs, the ones it listed were:
From what I can see taffydb is not even used by the lib directly but instead via the jsdoc plugin so not sure why that's flagging on production level install.
Also not sure about uglify.
Can these be fixed by any chance?
The text was updated successfully, but these errors were encountered: