-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
npm audit security warning #1615
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
Comments
I have the same issue. I have tried: With
But then
|
It's probably caused by #1604 |
The npmjs advisory is currently inconsistent and there is no 3.1.x patch that npm audit will allow. https://npm.community/t/advisory-725-inconsistently-marks-affected-versions/4333 |
Not working with |
@antimodern Don't worry, you're not being hacked. As you can see, it's trying to access a local address - most likely your own computer. The reason it fails to do so is because you've disconnected from the network, and your computer lost its IP address. |
I'm getting the same issue, updating to 3.1.14 doesnt solve the issue, |
there seems to be a typo in the vulnerability database: https://npm.community/t/npm-audit-sweems-to-get-semver-wrong/4352/4 |
You saved my rest of the day |
how can we get this typo fixed? some builds require npm audit returning a clean bill of health |
Not sure, but the link in my previous post is a bug-report at NPM, so maybe voting on it will help it getting resolved faster. |
done, thanks |
Either wepack and create a new version with 3.2.0 like that would help?
On Wed, 2 Jan 2019 at 8:53 PM, Charles Freduah ***@***.***> wrote:
how can we get this typo fixed? some builds require npm audit returning a
clean bill of health
Not sure, but the link in my previous post is a bug-report at NPM, so
maybe voting on it will help it getting resolved faster.
done, thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1615 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ApssRpxYQLaW0cLasw6nAvOm62wKYmDqks5u_M8NgaJpZM4Zlnt5>
.
--
*Thanks & Regards,Manish AggarwalMb: +919802551120*
*Skype: manish.aggarwalm*
|
I would just wait for the NPM audit team to fix this. This is a widely used dependency so I'm sure they'll have it fixed in a few hours. |
probably not, unless they are releasing version 3.110.1 ;) |
Okay thanks let them do before its late
On Wed, 2 Jan 2019 at 9:00 PM, Syed Farhan ***@***.***> wrote:
Either wepack and create a new version with 3.2.0 like that would help?
I would just wait for the NPM audit team to fix this. This is widely used
dependency so I'm sure they'll have it fixed in a few hours.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1615 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ApssRl7Zn_QJkj6H6cBJptPV75A7reemks5u_NCAgaJpZM4Zlnt5>
.
--
*Thanks & Regards,Manish AggarwalMb: +919802551120*
*Skype: manish.aggarwalm*
|
I think it is fixed, the audit passes for me. |
Cool, thank you all! |
Hi @tshravan86. You must update the version of "webpack-dev-server" to 3.1.14 in the following files: package-lock.json and package.json. in all occurrences. Finally, run "npm update" it works for me |
@nelson1212 note that |
If you want to do a more targeted update (and you tend to save exact version numbers in your
Alternatively, if you use caret notation for your dependencies and want to be certain that only
|
@nelson1212 Thanks for your help, it worked. @chimericdream thanks for your information. Need to change the version number at |
My pleasure |
https://www.npmjs.com/advisories/725
The text was updated successfully, but these errors were encountered: