mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04:00
Fix possible XSS in yaml-metadata and turn using ejs escape syntax than external lib [Security Issue]
This commit is contained in:
parent
b43e63dd21
commit
9d4ede4cff
8 changed files with 15 additions and 24 deletions
|
@ -2,9 +2,6 @@ require('../css/extra.css');
|
|||
require('../css/site.css');
|
||||
require('../css/slide.css');
|
||||
|
||||
/* other vendors plugin */
|
||||
var S = require('string');
|
||||
|
||||
var extraModule = require('./extra');
|
||||
var md = extraModule.md;
|
||||
var updateLastChange = extraModule.updateLastChange;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue