dont allow directory traversal #2

This commit is contained in:
louis 2015-04-12 17:12:35 +02:00
parent 0dfecb3af7
commit 0fa7650df8

View file

@ -165,7 +165,6 @@ function minify(req, res, next)
var plugin = plugins.plugins[library];
var pluginPath = plugin.package.realPath;
filename = path.relative(ROOT_DIR, pluginPath + libraryPath);
filename = filename.replace(/\\/g, '/'); // Windows (safe generally?)
} else if (LIBRARY_WHITELIST.indexOf(library) != -1) {
// Go straight into node_modules
// Avoid `require.resolve()`, since 'mustache' and 'mustache/index.js'