summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorStefan Esser2015-05-20 11:59:13 +0200
committerStefan Esser2015-05-20 11:59:13 +0200
commit7670e669c000f835169dd9b85af6d2f45f303040 (patch)
tree162608d1dd8e3c653d1cd6ac8b619515ba4fa5b5 /Changelog
parent2bde2784897fed6dbe238af53ede0a0421239d35 (diff)
Fix high CPU consumption DOS through many newlines in RFC1867 MIME headers
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index a6b7e3a..53dba31 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,8 @@
2 - removed code compatibility for PHP <5.4 (lots of code + ifdefs) 2 - removed code compatibility for PHP <5.4 (lots of code + ifdefs)
3 - allow https location for suhosin.filter.action 3 - allow https location for suhosin.filter.action
4 - fixed newline detection for suhosin.mail.protect 4 - fixed newline detection for suhosin.mail.protect
5 - Added suhosin.upload.max_newlines to protect againt DOS attack via many
6 MIME headers in RFC1867 uploads
5 7
62014-12-12 - 0.9.37.1 82014-12-12 - 0.9.37.1
7 - Changed version string to 0.9.37.1 (without -dev) 9 - Changed version string to 0.9.37.1 (without -dev)