Travis Test for known vulnerbilities.
Send Email notification when problems are found.
Here a vulnerable App example:
.package.json:
{
"name": "vulnerable-app",
"dependencies": {
"ionic": "^1.6.5"
}
}
.travis.yml:
language: node_js
node_js:
- "6"
- "5"
- "4"
before_script:
- npm install -g nsp
script: nsp check
notifications:
email:
on_success: never
on_failure: always
The badge with the number of known vulnerbilities is provided by snyk.io.
Get the latest News about Web Development, Open Source, Tooling, Server & Security
Developer / Author: Maik Ellerbrock
Company: Frapsoft
This work by Maik Ellerbrock is licensed under a Creative Commons Attribution 4.0 International License.