You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The extension-monitor project imports the [email protected] which has two outstanding security vulnerabilities. The package is pulled in by way of [email protected], which is pulled in by [email protected], which is implemented in Dashboard. And while newer versions of minimist exist, node-static hasn't been updated in 4 years and optimist is deprecated. 😬
Expectations
Replacing node-static with another simple static file server. Those are fairly common on NPM, and you may already have a next-best choice. However, if you need help identifying one that doesn't have a current vulnerability against it, I'd be happy to help provide some suggestions.
hey @astangelo, thanks for the report! We're using it for the single purpose of serving the few dashboard files, do you have a recommendation on a simple, lightweight alternative to node-static?
Description
The
extension-monitor
project imports the[email protected]
which has two outstanding security vulnerabilities. The package is pulled in by way of[email protected]
, which is pulled in by[email protected]
, which is implemented in Dashboard. And while newer versions ofminimist
exist,node-static
hasn't been updated in 4 years andoptimist
is deprecated. 😬Security Vulnerabilities
Expectations
Replacing
node-static
with another simple static file server. Those are fairly common on NPM, and you may already have a next-best choice. However, if you need help identifying one that doesn't have a current vulnerability against it, I'd be happy to help provide some suggestions.Additional context
node-static
.minimist
issue, but it appears the repo owners are lax/non-responsive.The text was updated successfully, but these errors were encountered: