mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
dont allow directory traversal
This commit is contained in:
parent
7b86eb09bc
commit
9d4e5f6e35
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ function minify(req, res, next)
|
|||
filename = path.normalize(path.join(ROOT_DIR, filename));
|
||||
if (filename.indexOf(ROOT_DIR) == 0) {
|
||||
filename = filename.slice(ROOT_DIR.length);
|
||||
filename = filename.replace(/\\/g, '/'); // Windows (safe generally?)
|
||||
} else {
|
||||
res.writeHead(404, {});
|
||||
res.end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue