Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35755, comment 3


Ignore:
Timestamp:
06/24/2023 11:46:59 AM (17 months ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35755, comment 3

    initial v1  
    11@azaozz @mikeschroder @audrasjb [https://github.com/WordPress/wordpress-develop/pull/4647 PR 4647] addresses the issue directly in `wp_tempnam()`.
    22
    3 In the future, this fix could be extended/moved to `wp_unique_filename()`.
     3In the future, this fix could ''possibly'' be extended/moved to `wp_unique_filename()`.
    44
    55However, as `wp_unique_filename()` is used within the Media component and has other considerations/potential impacts, this would need investigation by Media component maintainers in a separate ticket. As we don't know how long this may take, we can fix `wp_tempnam()` in the meantime so its users are protected from this issue.