FIX: use DOMPurify to sanitize description
... | ... | @@ -10,6 +10,7 @@ |
"dependencies": { | ||
"axios": "^0.18.0", | ||
"bootstrap-vue": "^2.0.0-rc.11", | ||
"dompurify": "^1.0.10", | ||
"oidc-client": "^1.6.1", | ||
"vue": "^2.5.22", | ||
"vue-router": "^3.0.1" | ||
... | ... |
Please register or sign in to comment