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

fix: remove mem dependency to avoid DoS vulnerability #17

Merged
merged 1 commit into from Nov 15, 2019

Conversation

agray256
Copy link
Contributor

Issue #, if available:
#16

Description of changes:
We were pulling in mem@1.1.0 for yargs@8.0.2, but that version of yargs wasn't actually needed (lerna uses a newer version of yargs). By removing that dependency, we are no longer pulling in a vulnerable version of mem that could lead to a Denial of Service.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@agray256 agray256 merged commit 0ba9490 into aws:master Nov 15, 2019
@agray256 agray256 deleted the upgrade_mem branch November 15, 2019 00:46
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.

None yet

2 participants