[PP-1] Replace using mt_rand() to generate a unique file upload progress ID with bin2hex(random_bytes(16)

Created on 12 December 2023, 6 months ago
Updated 13 December 2023, 6 months ago

Problem/Motivation

As a follow up to ๐Ÿ“Œ Deprecate file_progress_implementation() and replace with extension_loaded('uploadprogress') Fixed we should replace using mt_rand() to generate a unique file upload progress ID with bin2hex(random_bytes(16) as per the extension recommendation https://github.com/php/pecl-php-uploadprogress

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

๐Ÿ“Œ Task
Status

Postponed

Version

11.0 ๐Ÿ”ฅ

Component
File moduleย  โ†’

Last updated 3 days ago

Created by

๐Ÿ‡ฆ๐Ÿ‡บAustralia kim.pepper ๐Ÿ„โ€โ™‚๏ธ๐Ÿ‡ฆ๐Ÿ‡บSydney, Australia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024