From: pdontthink Date: Wed, 27 Feb 2019 03:45:41 +0000 (+0000) Subject: Updated SVG handling, closing several related vulnerabilities reported in #2831 and... X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=b4218cbed1bc353d32f0694ae2045a735cc4dfb3;ds=sidebyside Updated SVG handling, closing several related vulnerabilities reported in #2831 and CVE-2018-14950, CVE-2018-14951, CVE-2018-14952, CVE-2018-14953, CVE-2018-14954, CVE-2018-14955 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14810 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 8830f53..936ff67 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -423,6 +423,9 @@ Version 1.5.2 - SVN - Added favicon and ability for admins to use their own by setting $head_tag_extra in config_local.php (see documentation in config/config_local.php) + - Updated SVG handling, closing several related vulnerabilities + (#2831) [CVE-2018-14950] [CVE-2018-14951] [CVE-2018-14952] + [CVE-2018-14953] [CVE-2018-14954] [CVE-2018-14955] Version 1.5.1 (branched on 2006-02-12) --------------------------------------