-
-
Notifications
You must be signed in to change notification settings - Fork 22
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 #781 #26
Comments
My mistake, this is part of the node.flow package using an outdated node.extend. I submitted a PR against that. |
Note the "patched in"? This is already fixed in both the v1 and v2 lines. |
This also means that as long as any dependent is using semver, they'll get the fix automatically with no change needed. |
@ljharb I understand, the problem is that node.flow explicitly calls an old version of node.extend where the issue is present. This is the real source of the current complaint: dreamerslab/node.flow#4 |
The text was updated successfully, but these errors were encountered: