Actions
Bug #75937
closedUpdating global extensions via EM silently leaves potentially risky code on the server.
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
Start date:
2016-04-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Since EM in 6.2 does not provide any information about installation place of Extension (typo3/sysext, typo3/ext, typo3conf/ext) you won't notice that there is old code left on the server.
If you update an extension which is globally installed, EM silently installs to local directory, leaving the global directory untouched.
In case of security fixes in such extensions, the security-leak just remains silently on the server, no chance to find that out via TYPO3.
IMHO we should AT LEAST have information about this bad and potentially risky behaviour in the extension manager.
Actions