-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
http-proxy vulnerability #2605
Comments
Came here to report the same - it's causing failing builds with npm audit - hoping a quick fix is on its way |
Please open an issue in |
There is an open issue in I think this issue should remain open, since |
This comment has been minimized.
This comment has been minimized.
Hi, maintainer of http-party/node-http-proxy#1447 just got published in Will patch Any reason for WDS to support deprecated node >=6.11.5? http-proxy-middleware started dropping support for node 6 in If possible, migrate to [email protected] ; Which supports node 8 and up. I know it's a constant struggle to support legacy, fix security issues versus moving on... Let me know if the older version needs patching too (0.19.x) edit: refreshing/updating lockfiles should already work |
Fixed inside #2616 |
Just published Hopefully this'll ease the process to patch the current version of WDS without rushing to release [email protected] |
Great, so just update your lock files and all will be fine 👍 |
@evilebottnawi, Updating locks is possible but a fragile solution. If possible to bump WDS v3 with a version of |
Hi everyone. Is there any update on this? |
What is the current status on a fix for this vulnerability? |
You just need to force yarn to update Yarn does not upgrade indirect dependencies when As workaround run: |
Editing package.json and adding an entry for http-proxy-middleware under resolutions forced the package to install
I then ran yarn & yarn audit
Running an audit showed the high severity warning had gone away:
Output:
|
This means that webpack-dev-server runs fine on http-proxy-middleware 1.0.4? Is it possible to upgrade it? I can make a pull request of course, but I don't know this package well enough to be aware of eventual consequences of that upgrade. |
I would also like to see this done as it is causing our engineers difficulties |
Fixed in v4 branch (release will be soon) |
http-proxy, a dependency of webpack-dev-server has a vulnerability.
More info:
http-party/node-http-proxy#1446
https://www.npmjs.com/advisories/1486
The text was updated successfully, but these errors were encountered: