-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Security: found 6 vulnerabilities (1 low, 4 high, 1 critical) in 37738 scanned packages #3257
Comments
all of those are dependencies of nightwatch, you should likely open reports there. |
@LinusBorg vue-cli is using nightwatch v0.9 and we have recently released v1.0 into the main npm channel. Anything we can do to help with the upgrade? Let us know if there are specific issues blocking it, thanks. |
@beatfactor hey, thanks for getting in touch. I'm not personally familiar with the status of the nightwatch plugin, but we are certainly interested in moving to 1.0 if that's available now. I honestly missed that. 😅 /cc @sodatea can you chime in! |
Yes we're definitely intereted in upgrading, but I haven't got the time to have a close look at the 1.0 changelog, so I'm not sure if it will be a breaking change for us… Sidenote: it seems these vulnerablilities are for server side projects only and should not affect local tests. |
Just initialized a new project with vue-cli v3.3.0 and NPM reports 22 vulnerabilities now. 11 Low, 1 Moderate, 8 High, 2 Critical. I've included a dump from |
Related: #3388 |
Landed in v4.0.0-alpha.0 |
Version
3.2.3
Reproduction link
https://github.com/peterennis/aeicons-vue
Environment info
Steps to reproduce
Create project with the relevant selections
What is expected?
No security errors
What is actually happening?
npm audit shows security errors
npm audit fix cannot fix
C:\ae\adaept.com\aeicons-vue>npm audit
Critical Command Injection
Package growl
Patched in >=1.10.2
Dependency of @vue/cli-plugin-e2e-nightwatch [dev]
Path @vue/cli-plugin-e2e-nightwatch > nightwatch >
mocha-nightwatch > growl
More info https://nodesecurity.io/advisories/146
High Denial of Service
Package http-proxy-agent
Patched in >=2.1.0
Dependency of @vue/cli-plugin-e2e-nightwatch [dev]
Path @vue/cli-plugin-e2e-nightwatch > nightwatch > proxy-agent >
http-proxy-agent
More info https://nodesecurity.io/advisories/607
High Denial of Service
Package http-proxy-agent
Patched in >=2.1.0
Dependency of @vue/cli-plugin-e2e-nightwatch [dev]
Path @vue/cli-plugin-e2e-nightwatch > nightwatch > proxy-agent >
pac-proxy-agent > http-proxy-agent
More info https://nodesecurity.io/advisories/607
High Denial of Service
Package https-proxy-agent
Patched in >=2.2.0
Dependency of @vue/cli-plugin-e2e-nightwatch [dev]
Path @vue/cli-plugin-e2e-nightwatch > nightwatch > proxy-agent >
https-proxy-agent
More info https://nodesecurity.io/advisories/593
High Denial of Service
Package https-proxy-agent
Patched in >=2.2.0
Dependency of @vue/cli-plugin-e2e-nightwatch [dev]
Path @vue/cli-plugin-e2e-nightwatch > nightwatch > proxy-agent >
pac-proxy-agent > https-proxy-agent
More info https://nodesecurity.io/advisories/593
Low Regular Expression Denial of Service
Package debug
Patched in >= 2.6.9 < 3.0.0 || >= 3.1.0
Dependency of @vue/cli-plugin-e2e-nightwatch [dev]
Path @vue/cli-plugin-e2e-nightwatch > nightwatch >
mocha-nightwatch > debug
More info https://nodesecurity.io/advisories/534
found 6 vulnerabilities (1 low, 4 high, 1 critical) in 37738 scanned packages
6 vulnerabilities require manual review. See the full report for details.
C:\ae\adaept.com\aeicons-vue>
The text was updated successfully, but these errors were encountered: