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

Remove flatmap-stream vulnerability #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

t4t5
Copy link

@t4t5 t4t5 commented Nov 27, 2018

An older version of npm-run-all is dependant on flatmap-stream which was hijacked by a malicious maintainer (see: mysticatea/npm-run-all@57d72eb#commitcomment-31468478).

Right now, this package won't even install since NPM has removed the infected dependency: https://www.npmjs.com/package/flatmap-stream (leads to 404)

I've bumped the version of npm-run-all to 4.1.5 which removes the dependency on flatmap-stream.

Signed-off-by: Tristan Edwards tristan.edwards@me.com

An older version of `npm-run-all` is dependant on `flatmap-stream` which was hijacked by a malicious maintainer (see: mysticatea/npm-run-all@57d72eb#commitcomment-31468478).

Right now, this package won't even install since NPM has removed the infected dependency: https://www.npmjs.com/package/flatmap-stream (leads to 404)

I've bumped the version of `npm-run-all` to `4.1.5` which removes the dependency on `flatmap-stream`.
Signed-off-by: Tristan Edwards <tristan.edwards@me.com>
@danieloprado
Copy link

Same as #41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants