-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SECURITY] Update pMA to the latest stable 4.4.x release (4.4.15.3) -…
… 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
Showing
1,724 changed files
with
879 additions
and
51,994 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/.idea | ||
/atlassian-ide-plugin.xml | ||
Build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.