summaryrefslogtreecommitdiffstats
path: root/user_guide/changelog.html
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-03-17 20:09:12 +0100
committerDerek Jones <derek.jones@ellislab.com>2008-03-17 20:09:12 +0100
commit6ef8b69b80093bf706d29df28d108f77acbf9dc0 (patch)
tree229e1709a019ffd45c2160667ef417e13046b3e6 /user_guide/changelog.html
parent0138b8a0a05fe413b5d9af2f4df1b8fae36371b4 (diff)
added filename prepping in the Upload library to prevent files with multiple extensions to potentially be parsed as a script by Apache
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r--user_guide/changelog.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index a3bf56938..d90f79aba 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -65,6 +65,11 @@ Change Log
<li>Added 'application/vnd.ms-powerpoint' to list of mime types.</li>
</ul>
</li>
+ <li>Libraries
+ <ul>
+ <li>Added increased security for filename handling in the Upload library.</li>
+ </ul>
+ </li>
<li>Helpers
<ul>
<li>Modified <kbd>img()</kbd> in the <a href="helpers/html_helper.html">HTML Helper</a> to remove an unneeded space (#4208).</li>