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
The package json for express inside the examples folder is set to version 0.0.0.0. This is detected as vulnerable by scanning tools like twistlock. Can this express be renamed to something like express-examples
The package json for express inside the examples folder is set to version 0.0.0.0. This is detected as vulnerable by scanning tools like twistlock. Can this express be renamed to something like express-examples
{
"name": "express",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"jade": "~1.9.2",
"jsonapi-serializer": "latest",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0"
}
}
The text was updated successfully, but these errors were encountered: