Skip to content

Commit

Permalink
[SECURITY] Update pMA to the latest stable 4.9.x release (4.9.5)
Browse files Browse the repository at this point in the history
abeutel committed Mar 23, 2020
1 parent c543909 commit 2a63dda
Showing 2,152 changed files with 1,066 additions and 1,049 deletions.
2 changes: 1 addition & 1 deletion Classes/Backend/PmaModule.php
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ public function main()
$MCONF['name'] = 'tools_txphpmyadmin';
$MCONF['script'] = '_DISPATCH';
$MCONF['access'] = 'admin';
$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.9.4-all-languages/';
$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.9.5-all-languages/';
$MCONF['PMA_script'] = 'index.php';

$this->MCONF = $MCONF;
8 changes: 8 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
@@ -8,6 +8,14 @@ Change Log

The following is an overview of the changes in this extension. For more details `read the online log <https://github.com/mehrwert/TYPO3-phpMyAdmin>`_.

2020-03-23 Andreas Beutel - Version 5.6.2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- [FEATURE] Updated pMA to the latest stable 4.9.x release (4.9.5)
- [SECURITY] Includes moderate vendor security fixes
- `PMASA-2020-4 <https://www.phpmyadmin.net/security/PMASA-2020-4/>`_: SQL injection relating to data display
- `PMASA-2020-3 <https://www.phpmyadmin.net/security/PMASA-2020-3/>`_: SQL injection relating to searching
- `PMASA-2020-2 <https://www.phpmyadmin.net/security/PMASA-2020-2/>`_: SQL injection with processing username

2020-02-12 Andreas Beutel - Version 5.6.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- [BUGFIX] Use proper Uppercase Vendor name for registerModule()
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ phpMyAdmin Extension for TYPO3
2002-11-01

:Changed:
2020-02-08
2020-03-23

:Changed by:
Andreas Beutel
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

project = phpMyAdmin for TYPO3
version = 5.5
release = 5.6.1
release = 5.6.2
t3author = mehrwert intermediale kommunikation GmbH
copyright = since 2002 by the authors

1 change: 0 additions & 1 deletion Vendor/phpMyAdmin-4.9.4-all-languages/RELEASE-DATE-4.9.4

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions Vendor/phpMyAdmin-4.9.4-all-languages/vendor/composer/LICENSE

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
phpMyAdmin - ChangeLog
======================

4.9.5 (2020-03-20)
- issue [security] Fix SQL injection with certain usernames (PMASA-2020-2)
- issue [security] Fix SQL injection in particular search situations (PMASA-2020-3)
- issue [security] Fix SQL injection and XSS flaw (PMASA-2020-4)
- issue Deprecate "options" for the external transformation; options must now be hard-coded along with the program name directly in the file.

4.9.4 (2020-01-07)
- issue #15724 Fix 2FA was disabled by a bug
- issue [security] Fix SQL injection vulnerability on the user accounts page (PMASA-2020-1)
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
phpMyAdmin - Readme
===================

Version 4.9.4
Version 4.9.5

A web interface for MySQL and MariaDB.

1 change: 1 addition & 0 deletions Vendor/phpMyAdmin-4.9.5-all-languages/RELEASE-DATE-4.9.5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sat Mar 21 04:07:24 UTC 2020
Loading

0 comments on commit 2a63dda

Please sign in to comment.