diff options
author | Andrey Andreev <narf@bofh.bg> | 2011-09-24 13:25:33 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-27 00:33:17 +0200 |
commit | 6700b93c4d7a16e7288e4e2cd3223093926666ea (patch) | |
tree | a4af90e0186e845783d846d5ae3787068041711a /user_guide | |
parent | 67bffa2237188d2cf1a84e8e540e352f458c5c66 (diff) |
Added _file_mime_type() method to system/libraries/Upload.php in order to fix a possible MIME-type injection (issue #60)
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 88b4363ea..e44e2f707 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -70,7 +70,10 @@ Change Log </li> <li>Helpers <ul> - <li class="reactor">Added <samp>increment_string()</samp> to <a href="helpers/string_helper.html">String Helper</a> to turn "foo" into "foo-1" or "foo-1" into "foo-2".</li> + <li>Added <samp>increment_string()</samp> to <a href="helpers/string_helper.html">String Helper</a> to turn "foo" into "foo-1" or "foo-1" into "foo-2".</li> + <li>Altered form helper - made action on form_open_multipart helper function call optional. Fixes (#65)</li> + <li><samp>url_title()</samp> will now trim extra dashes from beginning and end.</li> + <li>Improved speed of <a href="helpers/string_helper.html">String Helper</a>'s <b>random_string()</b> method</li> </ul> </li> <li>Database |