Skip to content

Commit

Permalink
[SECURITY] Update pMA to the latest stable 4.4.x release (4.4.15.3) -…
Browse files Browse the repository at this point in the history
… MWEXT-8

- PMASA-2016-5: Unsafe comparison of XSRF/CSRF token
- PMASA-2015-6: Full path disclosure vulnerability
- PMASA-2016-1: Multiple full path disclosure vulnerabilities
- PMASA-2016-2: Unsafe generation of XSRF/CSRF token
- PMASA-2016-3: Multiple XSS vulnerabilities
- PMASA-2016-4: Insecure password generation in JavaScript
- PMASA-2016-6: Multiple full path disclosure vulnerabilities
- PMASA-2016-7: XSS vulnerability in normalization page
- Provide composer.json (thanks to André Wuttig for the contribution)
- Add CONTRIBUTING.md
  • Loading branch information
abeutel committed Jan 28, 2016
1 parent efb964f commit 63c67e6
Show file tree
Hide file tree
Showing 1,724 changed files with 879 additions and 51,994 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea
/atlassian-ide-plugin.xml
Build
2 changes: 1 addition & 1 deletion BeModule/conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Configuration
$MCONF['name'] = 'tools_txphpmyadmin';
$MCONF['script'] = '_DISPATCH';
$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.4.15.1-all-languages/';
$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.4.15.3-all-languages/';
$MCONF['PMA_script'] = 'index.php';

// Localization
Expand Down
4 changes: 2 additions & 2 deletions BeModule/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright notice
*
* (c) 1999-2005 Kasper Skaarhoj ([email protected])
* (c) 2006-2015 mehrwert ([email protected])
* (c) 2006-2016 mehrwert ([email protected])
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
Expand Down Expand Up @@ -235,7 +235,7 @@ public function printContent() {
$MCONF['name'] = 'tools_txphpmyadmin';
$MCONF['script'] = '_DISPATCH';
$MCONF['access'] = 'admin';
$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.4.15.1-all-languages/';
$MCONF['PMA_subdir'] = 'Vendor/phpMyAdmin-4.4.15.3-all-languages/';
$MCONF['PMA_script'] = 'index.php';

// Proceed if TYPO3_MODE is defined
Expand Down
27 changes: 27 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Contributing to EXT:phpmyadmin

All contributions are welcome!

* Bug reports
* Feature requests
* Testing

## How to contribute

Latest code of EXT:phpmyadmin is hosted on GitHub (https://github.com/mehrwert/TYPO3-phpMyAdmin). The code is organized in branches:

* master: Production release
* develop: Ongoing development
* feature/*: new features
* hotfix/*: all hotfixes

You need

* LAMP/MAMP/MNMP/your favorite Stack - with TYPO3 Versions 6.2 or 7.6

## Links

* https://github.com/mehrwert/TYPO3-phpMyAdmin
* https://forge.typo3.org/projects/extension-phpmyadmin
* https://www.phpmyadmin.net
* https://www.mehrwert.de
2 changes: 1 addition & 1 deletion Classes/Hooks/BeUserAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
* (c) 2008-2015 mehrwert ([email protected])
* (c) 2008-2016 mehrwert ([email protected])
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
Expand Down
15 changes: 15 additions & 0 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ 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>`_.

2016-01-28 Andreas Beutel - Version 5.1.5
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- [FEATURE] Updated pMA to the latest stable 4.4.x release (4.4.15.3)
- [SECURITY] Includes critical vendor security fixes
- `PMASA-2016-5 <https://www.phpmyadmin.net/security/PMASA-2016-5/>`_: Unsafe comparison of XSRF/CSRF token
- [SECURITY] Includes non-critical vendor security fixes
- `PMASA-2015-6 <https://www.phpmyadmin.net/security/PMASA-2015-6/>`_: Full path disclosure vulnerability
- `PMASA-2016-1 <https://www.phpmyadmin.net/security/PMASA-2016-1/>`_: Multiple full path disclosure vulnerabilities
- `PMASA-2016-2 <https://www.phpmyadmin.net/security/PMASA-2016-2/>`_: Unsafe generation of XSRF/CSRF token
- `PMASA-2016-3 <https://www.phpmyadmin.net/security/PMASA-2016-3/>`_: Multiple XSS vulnerabilities
- `PMASA-2016-4 <https://www.phpmyadmin.net/security/PMASA-2016-4/>`_: Insecure password generation in JavaScript
- `PMASA-2016-6 <https://www.phpmyadmin.net/security/PMASA-2016-6/>`_: Multiple full path disclosure vulnerabilities
- `PMASA-2016-7 <https://www.phpmyadmin.net/security/PMASA-2016-7/>`_: XSS vulnerability in normalization page
- [FEATURE] Provide composer.json (thanks to André Wuttig for the contribution)

2015-11-01 Andreas Beutel - Version 5.1.4
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- [BUGFIX] Update version number in vendor path and Settings.xml
Expand Down
6 changes: 3 additions & 3 deletions Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2002-2015
copyright: 2002-2016
project: phpMyAdmin Extension for TYPO3
version: 5.1.4
release: 5.1.4
version: 5.1.5
release: 5.1.5
latex_documents:
- - Index
- phpmyadmin.tex
Expand Down

This file was deleted.

197 changes: 0 additions & 197 deletions Vendor/phpMyAdmin-4.4.15.1-all-languages/doc/Makefile

This file was deleted.

Loading

0 comments on commit 63c67e6

Please sign in to comment.