From 911a83393e5b7064084fd140889d0fb2f3166b99 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Thu, 30 Jun 2011 12:34:16 +0200 Subject: [PATCH] Updated Changelog to add PMASA references --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8a789820..73f036871 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,9 +6,9 @@ $Id$ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ 3.3.10.2 (not yet released) -- [security] Fixed possible session corruption in swekey authentication -- [security] Fixed possible code injection incase session variables are compromised -- [security] Fixed regexp quoting issue in Synchronize code. +- [security] Fixed possible session manipulation in swekey authentication, see PMASA-2011-5 +- [security] Fixed possible code injection incase session variables are compromised, see PMASA-2011-6 +- [security] Fixed regexp quoting issue in Synchronize code, see PMASA-2011-7 3.3.10.1 (2011-05-20) - [security] XSS on Tracking page