In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsA fix was pushed into the master
branch but not yet published.
node-static is a rfc 2616 compliant HTTP static-file server module, with built-in caching.
Affected versions of this package are vulnerable to Open Redirect. The package fails to sanitize URLs and may redirect users to domains passed through the URL. The possible redirect domains are restricted to hosts whose name matches a served folder from the application. For example if the application serves the folder ./public
and has a folder ./public/example.com, accessing localhost:8080//example.com
redirects to https://www.example.com/
.