We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a428b04 commit f3dde6eCopy full SHA for f3dde6e
HISTORY.md
@@ -1,3 +1,10 @@
1
+unreleased
2
+==========
3
+
4
+ * deps: [email protected]
5
+ - Fix a path traversal issue when using `root`
6
+ - Fix malicious path detection for empty string path
7
8
1.5.3 / 2014-08-17
9
==================
10
package.json
@@ -8,7 +8,7 @@
"dependencies": {
"escape-html": "1.0.1",
"parseurl": "~1.3.0",
11
- "send": "0.8.3",
+ "send": "0.8.5",
12
"utils-merge": "1.0.0"
13
},
14
"devDependencies": {
0 commit comments