Skip to content

Commit 2e0fb64

Browse files
authored
fix backtracking protection
1 parent 59fc270 commit 2e0fb64

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

History.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
unreleased
22
==========
33

4+
5+
- Fix backtracking protection
46
57
- Throws an error on invalid path values
68

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"methods": "~1.1.2",
5252
"on-finished": "2.4.1",
5353
"parseurl": "~1.3.3",
54-
"path-to-regexp": "0.1.11",
54+
"path-to-regexp": "0.1.12",
5555
"proxy-addr": "~2.0.7",
5656
"qs": "6.13.0",
5757
"range-parser": "~1.2.1",

0 commit comments

Comments
 (0)