-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Remove pstree.remy #1454
Remove pstree.remy #1454
Conversation
Please lets expedite a review and merge! It's unbelievable a hack affecting millions of installations is not being acknowledged or dealt with by maintainers 🤯 |
maintainer - singular. You've commented out a bunch of tests. Can you explain why? (I don't know why the PR is on nodemon and not my pstree, but I'll review the change to make sure the swapped in module does the same) |
You've also bumped the semantic release several major versions, and the auto deployment depends entirely on that code - and has not been tested with major versions out... Bulking together these changes is delaying the release. |
Right - reviewing this properly, which I'm guessing never happened, this can't be merged. The reason I'm using pstree.remy - my own fork, is (as it clearly states in the description of the module) is that it's able to get the process tree without The fix is to PR against pstree.remy and to remove the |
I've only commented out one test,
This was to address found 42 vulnerabilities (21 low, 15 moderate, 5 high, 1 critical)
run `npm audit fix` to fix them, or `npm audit` for details The bump to the dependencies results in found 3 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details I can remove the major version bumps to
I see. Then I suppose the actual removal of |
I'm pushing a release now that removes the deep dep of ps-tree (fixed in pstree.remy). |
This is a bloated dependency that (down the stream) depends on a dependency that is running unknown and clearly malicious code on everyone's system.