-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
vm2 is still in 3.9.17, safe version is >=3.9.18 #2542
Comments
I would also add that the |
Oh, just some infos I've discovered :D We added resolution for and the latest version simply doesn't have solutions for the security issues, thank you JS community 🙏 Think what can be explored bumping one of the chain dependencies of codepush |
Is there any way to tag the contributors to look for a replacement for this subtree of the dependency chain? One does not simply walk around with a Oh, upon investigating it, I have found out that the dependencty is part of codepush-testing-framework-plugins. But why does the testing framework end up in production code? If the testing framework would not end up in the final package this moot security warning will disappear from our radar. (It must be a moot security vulnerability as that code should not make into the final bundle, is that assumption correct?) |
@latobibor the chain of dependencies that leads to It appears to be used to execute a PAC (Proxy Auto Configuration) file. |
Thank you @trcoffman ! It seems I was optimistic. Indeed it is right in the middle of production code:
I hope the maintainer is still available to approve the PRs. |
Does code-push set up superagent to adopt OS proxy configurations automatically? I'm trying to determine if this is actually exploitable and if apps running |
From my reading of the code in |
@latobibor, I think that this If you were to run Given that |
Any plans on fixing this issue ? or any workarounds that can satisfy my SNYK ? 😄 |
Here is the vulnerability tree:
I was able to fix this by simply forcing a higher version of
And run |
If |
this issue should be reopened as it is not solved |
Hi everyone! Could you please confirm what this issue still persist on latest version (8.2.1)? |
Steps to Reproduce
yarn why vm2
(reports 3.9.17)Expected Behavior
What you expected to happen?
That the dependency is updated
Actual Behavior
What actually happens?
Dependency with security issues is not updated
Reproducible Demo
Install latest 8.0.2
and check the dependency chain
Environment
maybe related PRs #2519 #2517
maybe related issue #2489
The text was updated successfully, but these errors were encountered: