Bug #53342
Epic #47018: Implement Composer support and clean package manager API
PackageManager::getCacheIdentifier() uses truncated md5
Status: | Resolved | Start date: | 2013-11-05 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Extension Manager | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | No | |
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
md5 is useful only as whole. Truncated md5 is much less unique then whole value. Bad code is near line 165:
$this->cacheIdentifier = substr(md5_file($this->packageStatesPathAndFilename), 0, 13);
History
#1 Updated by Thomas Maroschik over 1 year ago
- Assigned To set to Thomas Maroschik
#2 Updated by Ernesto Baschny over 1 year ago
- Parent task set to #47018
#3 Updated by Helmut Hummel 7 months ago
- Status changed from New to Resolved
- Assigned To deleted (
Thomas Maroschik)
fixed with #58288