Chapter 9: XSS samples

This commit is contained in:
Beth Griggs
2020-09-06 00:58:03 +01:00
parent a77f753e2f
commit c4714dffa7
7 changed files with 534 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "express-xss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"escape-html": "^1.0.3",
"express": "^4.17.1",
"he": "^1.2.0"
}
}