-
Notifications
You must be signed in to change notification settings - Fork 180
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
Prototype pollution issue with lodash dependency #738
Comments
Hello, First of all, let me apologize for a rather long radio silence. The previous maintainer left the company and it took us a while to replace him on all fronts. I'm planning to do a patch release with some dependencies bumped this week (including |
@goce-cz Are you interested in a TypeScript enthusiast? |
@Shinigami92 Sure, give me some time to do a proper triage of the issues and then you can pick some work to do. Thanks in advance! |
@taltal78 Are you sure this is coming from Also the lodash dependency is annotated with a tilde @goce-cz But reading the code that uses lodash, it seems that we can easily remove the lodash dependency at all, because only few functions from lodash are used.
I can try to create a PR for that the next few days |
I just executed snyk test - this is output from snyk. |
If you (@taltal78) remove your As you can see here, in a clean installed environment, both (npm and yarn) shows me that lodash So with node-pg-migrate |
Thanks @Shinigami92 , |
I'm glad guys that you sorted this out on your own 🙏 Thanks to @Shinigami92 I just realized that bumping the deps in I'm holding off on the release until there's something meaningful to be shipped. |
Hi,
Using the latest release 5.9.0 yields security issue:
✗ Prototype Pollution [High Severity][https://snyk.io/vuln/SNYK-JS-LODASH-590103] in [email protected]
introduced by [email protected] > [email protected] and 1 other path(s)
This issue was fixed in versions: 4.17.20
Is there planned fix?
thanks,
Tal
The text was updated successfully, but these errors were encountered: