From 35e191d74b50c8f5a7b87fa9889869cc3a88255d Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Wed, 25 May 2016 13:00:26 -0400 Subject: [PATCH] Changelog for PMASA-2016-14 and -16 Signed-off-by: Isaac Bennetch --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3b0f865729..357b60be29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ phpMyAdmin - ChangeLog ====================== 4.6.2 (2016-05-25) +- issue [security] User SQL queries can be revealed through URL GET parameters, see PMASA-2016-14 +- issue [security] Self XSS vulneratbility, see PMASA-2016-16 - issue #12225 Use https for documentation links - issue #12234 Fix schema export with too many tables - issue #12240 Avoid parsing non JSON responses as JSON