Prevent XSS in markdown rendering

This commit is contained in:
Cheng-Han, Wu
2016-02-11 02:36:52 -06:00
parent fdb9c47354
commit 6700f033ab
5 changed files with 11 additions and 4 deletions

View File

@@ -33,6 +33,7 @@
"js-yaml": "~3.5.2",
"to-markdown": "~1.3.0",
"lz-string": "~1.4.4",
"flowchart": "~1.6.1"
"flowchart": "~1.6.1",
"xss": "~0.2.10"
}
}