-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
@nrwl/web:file-server has security vulnerability #8450
Comments
I can confirm this but I get the same issue when running As long as we don't have a patch, we can force the version of colors.js to v.1.4.0 by running npm ls colors
├── [email protected]
├─┬ [email protected]
│ └─┬ [email protected] <---
│ └── [email protected] deduped
├─┬ [email protected] <---
│ └── [email protected] deduped
└─┬ [email protected]
└─┬ [email protected]
└── [email protected] |
Karma😂 |
@puku0x yeah, and lot of other libs! Hopefully the fix will be merged as fast as possible! |
We're exploring ways around the vulnerability if the patch isn't landed in For yarn and npm 8 users, please use |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
http-server
which is used in@nrwl/web:file-server
has been broken by[email protected]
.Expected Behavior
[email protected]
is used.Fortunately, there is a fix PR.
http-party/http-server#783
Steps to Reproduce
Create a workspace and use
@nrwl/web:file-server
to serve an application.I think most users are not affected because they use
@nrwl/web:dev-server
.Failure Logs
Environment
The text was updated successfully, but these errors were encountered: