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

[Security] Upgrade dependent packages to prevent malicious attack #50

Merged
merged 2 commits into from
Nov 24, 2018

Conversation

yhatt
Copy link
Member

@yhatt yhatt commented Nov 24, 2018

Upgrade dependent packages to latest version by using yarn upgrade(-interactive) --latest. The motivation is as same as marp-team/marpit#96.

It includes an important upgrade of npm-run-all v4.1.5. The malicious code has been reported in v4.1.3's dependency.
(marp-core or marpit -> npm-run-all -> ps-tree -> event-stream -> [email protected] [reported malicious code])

It includes an upgrade to prevent the malicious attack included in
dependency of npm-run-all.

See: mysticatea/npm-run-all#149
@@ -2044,11 +2025,6 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"

flatmap-stream@^0.1.0:
version "0.1.2"
resolved "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.2.tgz#b1da359a93f24f6d96e46f948552d997e3c2863d"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've confirmed an important deletion to prevent the malicious attack targeted to ps-tree.

It includes the minor fix about the link in v0.2.0 changelog too 😛
@yhatt yhatt merged commit 6d14ab6 into master Nov 24, 2018
@yhatt yhatt deleted the remove-malicious-flatmap-stream branch November 24, 2018 18:25
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.

1 participant