webpack-dev-server@3.1.14 在使用 npm audit 时获取 Missing Origin Validation
webpack-dev-server@3.1.14 getting Missing Origin Validation while using npm audit
我已将 webpack-dev-server
更新到最新的 3.1.14
,但我在使用 npm audit --fix
时仍然遇到漏洞问题。我已经尝试了每一件事。清理缓存。清除所有模块并重新安装,但都一样。
下面是我运行npm audit
时的错误
$ npm audit
=== 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 webpack-dev-server [dev]
Path webpack-dev-server
More info https://nodesecurity.io/advisories/725
found 1 high severity vulnerability in 60688 scanned packages
1 vulnerability requires manual review. See the full report for details.
似乎是由于 npm 漏洞数据库中的拼写错误。希望尽快修复:
https://npm.community/t/npm-audit-sweems-to-get-semver-wrong/4352
我已将 webpack-dev-server
更新到最新的 3.1.14
,但我在使用 npm audit --fix
时仍然遇到漏洞问题。我已经尝试了每一件事。清理缓存。清除所有模块并重新安装,但都一样。
下面是我运行npm audit
$ npm audit
=== 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 webpack-dev-server [dev]
Path webpack-dev-server
More info https://nodesecurity.io/advisories/725
found 1 high severity vulnerability in 60688 scanned packages
1 vulnerability requires manual review. See the full report for details.
似乎是由于 npm 漏洞数据库中的拼写错误。希望尽快修复: https://npm.community/t/npm-audit-sweems-to-get-semver-wrong/4352