Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2016-05-25 20:00:26 +0300
committerIsaac Bennetch <bennetch@gmail.com>2016-05-25 20:00:26 +0300
commit35e191d74b50c8f5a7b87fa9889869cc3a88255d (patch)
tree6102ed21f5134a57ebad3df6cf0c7fe2279c3dbb
parentc1c75f8c35638ba1b1a1ca9b6ac3538e087cb253 (diff)
Changelog for PMASA-2016-14 and -16RELEASE_4_6_2
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
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