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 #96

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.

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

More details are available in mysticatea/npm-run-all#149 and dominictarr/event-stream#116.

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

See: mysticatea/npm-run-all#149
write "^0.2.1"

flatmap-stream@^0.1.0:
Copy link
Member Author

@yhatt yhatt Nov 24, 2018

Choose a reason for hiding this comment

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

It's an important deletion to prevent the malicious attack targeted to ps-tree. We had used 0.1.1 but it has a malicious code. The developer using npm version, npm publish and docs npm script might recieve the attack.

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