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

Update mime dependency to fix possible regex DoS #56

Merged
merged 1 commit into from Feb 19, 2018
Merged

Update mime dependency to fix possible regex DoS #56

merged 1 commit into from Feb 19, 2018

Conversation

rback
Copy link
Contributor

@rback rback commented Nov 13, 2017

rest.js uses the lookup function in mime, which is vulnerable to a DoS attack with certain input.

Update the mime dependency to fix broofa/mime#167.

@martintajur martintajur merged commit 6d9b323 into pipedrive:master Feb 19, 2018
@rback
Copy link
Contributor Author

rback commented Mar 19, 2018

@martintajur, @tot-ra Thanks for merging this. I see that you have updated your version to 3.0.3 on master and tagged 3.0.3, but npm still shows 3.0.2 as the latest release. Can this version be published to npm as well?

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.

Vulnerable Regular Expression
2 participants