Chapter 9: Malicious Input samples

This commit is contained in:
Beth Griggs
2020-09-06 00:20:09 +01:00
parent d8520f9bea
commit a77f753e2f
7 changed files with 558 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "express-input",
"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"
}
}