[TASK] Protect user TSconfig properties in BackendUserAuthentication
The patch sets all user TSconfig related properties of class BackendUserAuthentication to protected. Existing usages of property "userTS" are adapted to call getTSConfig() instead. Resolves: #84984 Related: #84982 Releases: master Change-Id: I6fd10164c29959e4e705699776d694d63d7f5596 Reviewed-on: https://review.typo3.org/56940 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
Showing
- typo3/sysext/backend/Classes/Form/FormDataProvider/UserTsConfig.php 1 addition, 1 deletion...xt/backend/Classes/Form/FormDataProvider/UserTsConfig.php
- typo3/sysext/backend/Classes/Toolbar/ClearCacheActionsHookInterface.php 1 addition, 1 deletion...ackend/Classes/Toolbar/ClearCacheActionsHookInterface.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 1 addition, 1 deletiontypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Tests/Unit/Form/FormDataProvider/UserTsConfigTest.php 4 additions, 2 deletions...end/Tests/Unit/Form/FormDataProvider/UserTsConfigTest.php
- typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php 1 addition, 1 deletion.../sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 31 additions, 18 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Database/QueryGenerator.php 8 additions, 7 deletionstypo3/sysext/core/Classes/Database/QueryGenerator.php
- typo3/sysext/core/Classes/Database/QueryView.php 4 additions, 3 deletionstypo3/sysext/core/Classes/Database/QueryView.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-84984-ProtectedUserTSconfigPropertiesInBackendUserAuthentication.rst 44 additions, 0 deletions...ctedUserTSconfigPropertiesInBackendUserAuthentication.rst
- typo3/sysext/core/Tests/Unit/Authentication/BackendUserAuthenticationTest.php 42 additions, 33 deletions...sts/Unit/Authentication/BackendUserAuthenticationTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/AddTest.php 2 additions, 0 deletions...3/sysext/extbase/Tests/Functional/Persistence/AddTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/Generic/Mapper/DataMapperTest.php 3 additions, 0 deletions.../Functional/Persistence/Generic/Mapper/DataMapperTest.php
- typo3/sysext/extbase/Tests/Functional/Persistence/RelationTest.php 3 additions, 0 deletions...ext/extbase/Tests/Functional/Persistence/RelationTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/PropertyProtectedMatcher.php 25 additions, 0 deletions...uration/ExtensionScanner/Php/PropertyProtectedMatcher.php
Please register or sign in to comment