Skip to content

Commit 4a3cbf8

Browse files
ENGCOM-5173: Improve command catalog:images:resize #23005
- Merge Pull Request #23005 from tdgroot/magento2:improve-catalog-images-resize - Merged commits: 1. 048a2ee 2. 201c8e0 3. ee09259 4. ec3c340 5. 7d1e34e
2 parents 85e42e0 + 7d1e34e commit 4a3cbf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/MediaStorage/Service/ImageResize.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ private function getUniqueImageIndex(array $imageData): string
228228
{
229229
ksort($imageData);
230230
unset($imageData['type']);
231+
// phpcs:disable Magento2.Security.InsecureFunction
231232
return md5(json_encode($imageData));
232233
}
233234

0 commit comments

Comments
 (0)