Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #1194: Regular expression catastrophic backtracking in bottle.Rou…
…ter.rule_syntax This backports the patch from aaee93a to the 0.12 release branch. This fix can be validated with the following command from the issue: python -c "import bottle; list(bottle.Router.rule_syntax.finditer('<abc:def:' + '.' * 64 + '<'))"
- Loading branch information