Actions
Bug #95448
closedSecurity status report broken
Start date:
2021-10-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The introduction of static closures with #95210 in ServerResponseCheck
leads the to following exception:
PHP Warning: Cannot bind an instance to a static closure in typo3/sysext/install/Classes/SystemEnvironment/ServerResponse/FileDeclaration.php line 125
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71417
Updated by Oliver Hader about 3 years ago
- Related to Task #95210: Use a static closure call if possible for better scoping added
Updated by Oliver Hader about 3 years ago
- Priority changed from Should have to Must have
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71417
Updated by Torben Hansen about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 15a6562c323dd79e1404fc7e10bf7bdca6449092.
Updated by Nikita Hovratov about 3 years ago
- Related to Task #95457: Re-enable "static_lambda" php cs-fixer rule added
Actions