summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2016-12-17 21:46:01 +0100
committerMarcel Hellkamp <marc@gsites.de>2016-12-17 21:46:01 +0100
commit0bf1174acd16c9112a9ef6e37388fe93f8b53524 (patch)
treeb2361bbb8abe9df28f0642732b58579d36f38dc0
parent78f67d51965db11cb1ed0003f1eb7926458b5c2c (diff)
downloadbottle-0bf1174acd16c9112a9ef6e37388fe93f8b53524.tar.gz
Release of 0.12.110.12.11
* fix #913: redirect() doesn't filter "\r\n" leads to CRLF attack (CVE-2016-9964) https://github.com/bottlepy/bottle/issues/913
-rw-r--r--bottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 2665957..1e6e8cf 100644
--- a/bottle.py
+++ b/bottle.py
@@ -16,7 +16,7 @@ License: MIT (see LICENSE for details)
from __future__ import with_statement
__author__ = 'Marcel Hellkamp'
-__version__ = '0.12.10'
+__version__ = '0.12.11'
__license__ = 'MIT'
# The gevent server adapter needs to patch some modules before they are imported