ColemanGariety / gulp-nodemon

gulp + nodemon + convenience
526 stars 76 forks source link

Update versions of event stream cause trojan #168

Closed marcosmartinez7 closed 5 years ago

marcosmartinez7 commented 5 years ago

Detected this issue today

image

The problem is related to this: https://medium.com/intrinsic/compromised-npm-package-event-stream-d47d08605502

I check who is including that library and i found this:

image

And then event-stream

image

I also found this library using the event stream.. so i search who imported that lib:

Found this

image

Then i check for that library and i found this on the package.lock and yarn.lock.

image

Any ideas if this is related with nodemon or gulp-nodemon?

marcosmartinez7 commented 5 years ago

Seems that i was using a older version of nodemon.

https://github.com/remy/nodemon/issues/1498