Skip to content
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

Dude you have a backdoor script #36

Closed
JasonShin opened this issue Nov 27, 2018 · 2 comments
Closed

Dude you have a backdoor script #36

JasonShin opened this issue Nov 27, 2018 · 2 comments

Comments

@JasonShin
Copy link

Check this

dominictarr/event-stream#115

I'm uninstalling all the modules in relation to this until the issue is resolved ...

@wkillerud
Copy link

wkillerud commented Nov 27, 2018

@JasonShin this has been reported and fixed already #33 #34

If you like me had ps-tree and event-stream as a dependency of a dependency the following steps should help you get rid of the compromised package:

rm -rf node_modules/
rm package-lock.json
npm install
npm audit

Or for you Yarn users

rm -rf node_modules/
rm yarn.lock
yarn
yarn audit

@indexzero
Copy link
Owner

Yes @wkillerud is correct. This was fixed in ps-tree@1.1.1 and you can force upgrade to it by regenerating your node_modules and package-lock.json/yarn.lock files.

Unfortunately due to how the npm registry works I cannot unpublish older versions of ps-tree so copies of ps-tree@1.1.0 could still potentially be installed from older package-lock.json or yarn.lock files.

Repository owner locked and limited conversation to collaborators Nov 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants