summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2019-04-16 14:17:10 +0200
committerGitHub2019-04-16 14:17:10 +0200
commit2df474b63e8d127fa72bba7738c27511ad06182d (patch)
tree814c2794da5a6e95ed21ab019dcd3f3c0ea10115 /package.json
parent074198f941ec7559d3555ed70ee6b42f6f56512f (diff)
parentfb399ebe73950bec5403a4060a91ab9cfd90eb1a (diff)
Merge pull request #48 from SISheogorath/fix/graphvizXSS
Fix stored XSS in the graphviz error message rendering
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 331d42d4..c0d3cf91 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,7 @@
"diff-match-patch": "git+https://github.com/hackmdio/diff-match-patch.git",
"ejs": "^2.5.5",
"emojify.js": "~1.1.0",
+ "escape-html": "^1.0.3",
"express": ">=4.14",
"express-session": "^1.14.2",
"file-saver": "^1.3.3",