Actions
Task #76306
closedSecure Backend Controllers with access check in __construct
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Security
Target version:
-
Start date:
2016-05-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In order to harden backend controllers, they should implement an access check in a constructor
Updated by Benni Mack over 4 years ago
- Status changed from New to Needs Feedback
Can you define a bit clearer what you would want to achieve with this?
We use this via middlewares and routes now. One controller could be used in various modules etc. If you#re referrring to the "Check if admin / access to page" concept, I'd rather move this to a PSR-15 middleware, where we are currently checking for access.
Updated by Helmut Hummel over 4 years ago
Yeah, I think as well this can be closed now.
Actions