-
Notifications
You must be signed in to change notification settings - Fork 194
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
npm high severity vulnerability #254
Comments
the way to make this message go away is to convince the http-server people to upgrade to 4.1.2. |
Ah I see, I tried changing it to use 4.1.2 and it breaks. Guess I'll need to find a new package. |
"it breaks" is super vague |
Running
|
oh. http-server's tests aren't my problem. |
I don't care either, switching to https://github.com/lwsjs/local-web-server takes 5 minutes. |
We're working on those tests @kirkins, this is a major version upgrade for us, there's more to it than just upgrading the ecstatic dependency. http-party/http-server#520 |
@thornjad I'll keep an eye out for that, been using http-server for many years now without problem. |
Hello, I have a project with the
http-static
package. When I donpm install
it tells me there is a vulnerability in my dependencies. Running audit show this project.Looking at the npm site it seems this is only the possibility of a DDOS attack?
I'm only using this for a class and not production but I feel like the vulnerability message means I'll have to find another package even though
http-static
is working just fine.Are there any plans to stop this error from showing up?
The text was updated successfully, but these errors were encountered: