Skip to content
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

Express inside examples is set to version 0.0.0.0 which detects it as vulnerable by scanning tools like Twistlock #239

Open
sandhyapillai opened this issue Sep 7, 2020 · 0 comments

Comments

@sandhyapillai
Copy link

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"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant