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

chore(deps): update dependency http-proxy to 1.18.1 [security] #126

Merged
merged 1 commit into from
Jun 12, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change
http-proxy 1.16.2 -> 1.18.1

GitHub Vulnerability Alerts

GHSA-6x33-pw7p-hmpq

Versions of http-proxy prior to 1.18.1 are vulnerable to Denial of Service. An HTTP request with a long body triggers an ERR_HTTP_HEADERS_SENT unhandled exception that crashes the proxy server. This is only possible when the proxy server sets headers in the proxy request using the proxyReq.setHeader function.

For a proxy server running on http://localhost:3000, the following curl request triggers the unhandled exception:
curl -XPOST http://localhost:3000 -d "$(python -c 'print("x"*1025)')"

Recommendation

Upgrade to version 1.18.1 or later


Configuration

📅 Schedule: "" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/npm-http-proxy-vulnerability branch 8 times, most recently from 360d491 to 4190a41 Compare June 11, 2021 19:29
@renovate renovate bot requested a review from a team June 11, 2021 19:29
@renovate renovate bot force-pushed the renovate/npm-http-proxy-vulnerability branch 3 times, most recently from 72b36f5 to 163241f Compare June 11, 2021 21:14
@renovate renovate bot force-pushed the renovate/npm-http-proxy-vulnerability branch from 163241f to 4c20457 Compare June 12, 2021 00:15
@stvstnfrd stvstnfrd merged commit 2a412a9 into master Jun 12, 2021
@stvstnfrd stvstnfrd deleted the renovate/npm-http-proxy-vulnerability branch June 12, 2021 00:39
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