-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Missing Origin Validation during npm install #1566
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 remember the first time I installed laravel via composer + npm install, there was not a problem at all. However, I had to re-install a fresh laravel project so I ended up just 'Right click' and delete the project folder. |
I also get this error. Even when I make a new project and then use
Whenever I use the
Anyone any ideas on how to fix this? |
Please this create issue in |
Any chance the security fix will get backported to
|
@tanx |
For all of you, this issue appears to be solved by this #1815 |
Not in |
Please refer to this issue. Apparently it is not fixed yet. |
Seeing the same. This issue hasn't been fixed yet. |
Same here. |
Same here. Not using laravel-mix AFAIK |
=== npm audit security report ===
Already, what we can do with this vulnerabilities? Do it works in a local server? |
Still not resolved as of this evening. Fresh laravel install on Amazon AMI still shows report. Working locally but I haven't tried to deploy. |
|
@SharakPL options actually fixes the problem. Thanks a lot! |
@SharakPL thats work fine for me, tnks! |
i did this and worked, but i have some kind of issue with babel-core now, guess it's a separated issue |
Anyone manage to run npm install laravel-mix without hitting any error even after a month ? |
yes i am also getting the same issues. |
I can confirm. I'm using create-react-app. |
As am I, latest CRA is using |
Issue still persist. Using fresh copy of create-react-app on Mac OS High sierra |
Issue is occuring with vue/cli-service |
having the same issue with creat-react-app! can somebody clarify why this is closed?! The react issue links to here and is closed as well |
Everyone who is using create react app should post here facebook/create-react-app#5777. Webpack has already said they are not back porting fixes. Tell create-react-app to update their webpack dev server version. |
The problem started around this midnight I suppose And it seems like it is wrongly listed here https://www.npmjs.com/advisories/725/versions as it says version 3.1.6+ is fine but is listed as affected as well. |
I'm getting this directly when just installing webpack-dev-server. I create a new folder, run
when i run What's interesting is that the link |
just tried 3.1.9 – the same( |
If you run 'npm install' on Node v8.12.0, the following error appears. (npm v6.4.1)
'npm install' on Node v6.14.4 does not output an error. (npm v3.10.10) |
@falsy. we are seeing the same thing. I've retried it with |
This was due to a typo in the vulnerability database apparently: https://npm.community/t/advisory-725-inconsistently-marks-affected-versions/4333/3 |
@fergyfresh Hi, fergyfresh. First of all, I am sorry but I am not good at English. (I didn't understand the meaning of 'dice'.) I don't think this is the solution. |
@falsy it just means it did not work. Still have the high vulnerability security warning. |
@fergyfresh I tested it on my PC at home and found it installed on node v8.12.0 without errors. |
@falsy Have you read my posts? I think it explains it all. |
@simPod I can confirm that it's been fixed. |
@simPod Oh, now the error is not output. Thank you. |
I'm also getting the same issues. Althought I was update |
I'm also still seeing the issue. If anyone found a solution please help. |
I´m also getting this isusue on a mac. I am new to react.js, so is there a way to solve it or to bypass it? |
Is your issue |
Yes it is, and i have the version 3.5.0 installed. |
Read the link first then https://nodesecurity.io/advisories/725 to understand that you are using affected version and then upgrade it. |
After updating the [email protected]. The problem is resolved though it is still showing 1 high vulnerability I was able to install required packages. If your problem is not resolved delete node_modules folder and install again. Hoping your problem will be resolved. |
Please check the version properly the highest version of webpack-dev-server available is 3.1.14 when I'm writing this comment. |
Code
N/A
Expected Behavior
npm install finishes without error
Actual Behavior
For Bugs; How can we reproduce the behavior?
On Windows environment, launch cmd and run the following commands ::
And then run
For Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered: