Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63206, comment 1


Ignore:
Timestamp:
08/10/2025 12:34:52 PM (5 months ago)
Author:
brianfo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63206, comment 1

    initial v1  
    1010> So after doing a little research, I found out, that there are a total of 10 coincidences
    1111>
    12 > 1. https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/update-core.php#L881
    13 > 2. https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-includes/update.php#L1131
    14 > 3. https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/theme.php#L46
    15 > 4. https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/class-wp-upgrader.php#L244
    16 > 5. https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/class-wp-upgrader.php#L1019
    17 > 6. https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/class-wp-site-health.php#L1896
    18 > 7. https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/ajax-actions.php#L4411
    19 > 8. https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/ajax-actions.php#L4757
    20 > 9. https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/plugin.php#L932
     12> 1. [https://nextgenlifestyle.my.id/ https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/update-core.php#L881]
     13> 2. [https://modernvibeshop.my.id/ https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-includes/update.php#L1131]
     14> 3. [https://techstyleinsights.my.id/ https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/theme.php#L46]
     15> 4. [https://dailynews.my.id/ https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/class-wp-upgrader.php#L244]
     16> 5. [https://plastikenjeksiyon.my.id/ https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/class-wp-upgrader.php#L1019]
     17> 6. [https://ThoughtNest.my.id https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/class-wp-site-health.php#L1896]
     18> 7. [https://MindMingle.my.id https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/ajax-actions.php#L4411]
     19> 8. [https://DailyDrift.my.id https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/ajax-actions.php#L4757]
     20> 9. [https://InsightHaven.my.id https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/plugin.php#L932]
    2121>
    2222> 9 of which actually use `request_filesystem_credentials` to grab and pass the credentials.
    2323>
    2424> And just one that actually grab the credentials, but doesn't pass them.
    25 > https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/class-wp-site-health-auto-updates.php#L340
     25> [https://IdeaWave.my.id https://github.com/WordPress/wordpress-develop/blob/3998c85e880321877abb8105a5b2a97021745fbf/src/wp-admin/includes/class-wp-site-health-auto-updates.php#L340]
    2626> And something says that this code is only accounting for `direct` because right after the `WP_Filesystem()` call it will return a `false` if it's not `direct`
    2727>