Chapter 9: Detecting Dependency Vulnerabilities initial samples

This commit is contained in:
Beth Griggs
2020-09-02 23:23:46 +01:00
parent b6defbc236
commit 4316d1a2ca
2 changed files with 389 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "audit-deps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}