-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
webpack-dev-server vulnerability #1873
Comments
I think this can only be fixed by upgrading to the latest (4.0.x) version of Might be useful to ask the PS: The first part of the fix would be to add |
@stefanvermaas Thanks for the response. Yes, I've tried to use the release candidate version, but since it's a rc it's not stable. I suppose that it's highly unlikely that the I thing that the most reasonable thing to do is to wait, but at the same time wanted to make sure that the issue is known. |
I agree. Getting I see that the Webpack team already answered the question; they won't make a patch for |
@stefanvermaas is there an ETA for when |
Any timeframe on when this will be patched? Vulnerability was published 09/21/2018, it seems unacceptable to leave a security hole around for this long? |
I agree, it needs to be patch, bit isn't the risk profile super low? The vulnerability is in the |
@ale7714 I'm not sure. Maybe @gauravtiwari can shine some light on this? He's working very hard on making @Yanchek99: A patch is not possible, because |
@stefanvermaas Understood, thanks for the reply. Wish Github would disregard this vulnerability, the warning there makes it seem more severe than it is. |
@Yanchek99 you can dismiss specific vulnerabilities in your project by going to that specific vulnerability and choosing a reason for the dismissal: |
Note that the latest non-beta release of Rails, 5.2.2, will currently create a package.json with: "devDependencies": {
"webpack-dev-server": "2.11.2"
} When asked to initialize a new app with So Rails is installing a deprecated version? This seems odd. It also seems odd to me that it's creating a package.json with a hard-coded locked What I understand from this ticket is not only is the current release of Rails creating app skeletons with This seems to me like an urgent matter, no? Should Rails stop installing or recommending the use of webpack-dev-server at all until there is a way to use a version that does not have a CVE? I do not expect "omakase" to mean serving me a poisoned meal! |
Can this issue be closed ? |
@guillaumebriday according to nixsolutions/thank-you#35 it can be closed. Thanks. |
👍 |
Hello,
As the first thing I want to say thank you for doing such a great job with webpacker!
2 days ago we've got the following vulnerability notification https://nvd.nist.gov/vuln/detail/CVE-2018-14732. To actually fix it we need to update the version of
webpack-dev-server
to at least3.1.11
. I've tried to update it to that version, but it's currently not possible due to the following error when starting the dev server:We use the dev server only locally, so it's not a big problem for us. Never the less it would be great to fix the issue.
The text was updated successfully, but these errors were encountered: