high | Missing Origin Validation
------------ | -------------
Package | webpack-dev-server
Patched in | >=3.1.6
Dependency of | laravel-mix
Path | laravel-mix > webpack-dev-server
More info | https://nodesecurity.io/advisories/725
yarn audit
@Yakoot This is probably fixed in the latest (beta) release since it is I believe using Webpack 5 and fixing this issue requires using Webpack 4 or above. :+1:
If not then it will be fixed soon in the 4.x releases, presumably?
super, I'll check
Can anyone confirm is this is fixed and if so how can we apply the fix on existing installations of Laravel 5.7 w/ laravel-mix v2.1.14?
You can't fix this issue with v2 of Mix. The fix requires an upgrade to webpack 4. You can pull in the Mix 4 beta right now, or you can wait a week or so for it to officially be released to the public.
Can anyone confirm is this is fixed and if so how can we apply the fix on existing installations of Laravel 5.7 w/ laravel-mix v2.1.14?
fixed in beta, I checked
Thanks. I will update.
how do we fix this for Laravel 5.5 w/laravel-mix with ^1.0 dependency?
@joleenshook You can't, but it only affects people who are using hot reloading (npm run hot). If you're not running that command, you can ignore this issue.
Perfect thanks.
@sustained solved, thanks!
I am getting below error with Node Version 10.15 and NPM 6.4.1
=== npm audit security report ===
Manual Review
Some vulnerabilities require your attention to resolve
Visit https://go.npm.me/audit-guide for additional guidance
High Missing Origin Validation
Package webpack-dev-server
Patched in >=3.1.11
Dependency of react-scripts
Path react-scripts > webpack-dev-server
More info https://nodesecurity.io/advisories/725
found 1 high severity vulnerability in 35709 scanned packages
1 vulnerability requires manual review. See the full report for details.
Most helpful comment
I am getting below error with Node Version 10.15 and NPM 6.4.1
=== npm audit security report ===
High Missing Origin Validation
Package webpack-dev-server
Patched in >=3.1.11
Dependency of react-scripts
Path react-scripts > webpack-dev-server
More info https://nodesecurity.io/advisories/725
found 1 high severity vulnerability in 35709 scanned packages
1 vulnerability requires manual review. See the full report for details.