-
-
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
Backdoored sub-dependency? flatmap-stream-0.1.1 and flatmap-stream-0.1.2 #1451
Closed
NewEraCracker opened this issue
Nov 19, 2018
· 0 comments
· Fixed by DavidKindler/mysql-registration-passport#2 or yowainwright/Advanced-React#26 · May be fixed by mjohnson9/twitch-markov-bot#248, LibreTubeApp/LibreTube#264 or project-accelerate/accelerate#300
Closed
Backdoored sub-dependency? flatmap-stream-0.1.1 and flatmap-stream-0.1.2 #1451
NewEraCracker opened this issue
Nov 19, 2018
· 0 comments
· Fixed by DavidKindler/mysql-registration-passport#2 or yowainwright/Advanced-React#26 · May be fixed by mjohnson9/twitch-markov-bot#248, LibreTubeApp/LibreTube#264 or project-accelerate/accelerate#300
Comments
wiese
added a commit
to wmde/wikibase-termbox
that referenced
this issue
Nov 27, 2018
nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when files change. This updates it to the latest version to fix a security problem remy/nodemon#1451 Dependency tree before was: $ docker-compose run --rm node npm ls flatmap-stream wikibase-termbox@0.1.0 /app `-- nodemon@1.18.4 `-- pstree.remy@1.1.0 `-- ps-tree@1.1.0 `-- event-stream@3.3.6 `-- flatmap-stream@0.1.1 <- https://www.npmjs.com/advisories/737
This was referenced Nov 27, 2018
This was referenced Feb 12, 2020
This was referenced Apr 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nodemon requires pstree.remy (^1.1.0 - installed 1.1.0) -> ps-tree (^1.1.0 - installed 1.1.0) -> event-stream (~3.3.0 - installed 3.3.6) -> flatmap-stream (^0.1.0 - npm installs 0.1.2).
This last one is very suspicious.
See: dominictarr/event-stream#115
Please either force version 0.1.0 of flatmap-stream or update event-stream to latest version (which no longer requires the affected module).
Regards.
The text was updated successfully, but these errors were encountered: