Skip to content
Snippets Groups Projects
Commit 8b4cb2ea authored by Christian Kuhn's avatar Christian Kuhn Committed by Wouter Wolters
Browse files

[TASK] Remove suhosin mentions

The master version of this 8.7 patch just removes
last mentions of suhosin from the codebase.

Change-Id: If003a8db37660662c65290a1e1bf25ef61375b80
Resolves: #82267
Related: #82257
Releases: master, 8.7
Reviewed-on: https://review.typo3.org/53858


Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent d072d2d3
Branches
Tags
No related merge requests found
......@@ -586,7 +586,7 @@ class ExtDirectNode extends \TYPO3\CMS\Backend\Tree\TreeNode
if (!$this->isLeafNode()) {
$arrayRepresentation['leaf'] = false;
}
// Suhosin(?) or some other strange environment thingy prevents
// Some strange environment thingy prevents
// the direct copy of an array into an index of the same array
$copy = $arrayRepresentation;
$arrayRepresentation['nodeData'] = $copy;
......
......@@ -55,8 +55,7 @@ The extension provides several types of hashing method:
- **Blowfish salted hashing** This method provides increased security in
comparison to MD5 salted hashing. Use this setting if you have higher
requirements on password security. This requires a PHP > 5.3.0, PHP
5.X.X with suhosin patch applied or PHP compiled with a recent glibc.
requirements on password security.
You might want to execute the Unit Tests brought together with this
extension; if tests in blowfish test suite fail, your server
installation most probably does not support blowfish. Once you've
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment