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:
authorMarc Delisle <marc@infomarc.info>2014-07-18 01:18:52 +0400
committerMarc Delisle <marc@infomarc.info>2014-07-18 01:18:52 +0400
commit29a1f56495a7d1d98da31a614f23c0819a606a4d (patch)
treef2b5b2f6457030a411f66255af4d1edb0c7231d5 /ChangeLog
parent61a9484ce5ba5b01ff6b652a3fbe2ab61c18ed3e (diff)
bug #4492 [security] XSS in AJAX confirmation messages
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a07d9023c..66c51992da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@ phpMyAdmin - ChangeLog
- bug #4459 First few characters of database name aren't clickable when expanded
- bug #4486 [security] XSS injection due to unescaped table comment
- bug #4488 [security] XSS injection due to unescaped table name (triggers)
+- bug #4492 [security] XSS in AJAX confirmation messages
4.2.5.0 (2014-06-26)
- bug #4467 shell_exec() has been disabled for security reasons