Package: wordpress / 6.8.1+dfsg1-1
Metadata
Package | Version | Patches format |
---|---|---|
wordpress | 6.8.1+dfsg1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove_remote_emojis | (download) |
wp-includes/js/dist/blocks.js |
1 0 + 1 - 0 ! |
remove remote emojis Delete emojis that make remote http/https calls to websites. |
ca certificate | (download) |
wp-includes/class-wp-http.php |
6 3 + 3 - 0 ! |
use system ca file Instead of the shipped CA file use the system one found in the Debian ca-certificates package. Bug-Debian: http://bugs.debian.org/748965 |
001readme.patch | (download) |
readme.html |
2 1 + 1 - 0 ! |
provide url for gpl-2+ license in readme |
003installer.patch | (download) |
wp-admin/install.php |
3 3 + 0 - 0 ! |
patching install.php to permit a valid upload path |
38474.patch | (download) |
wp-activate.php |
10 8 + 2 - 0 ! |
use hash for user activation key Removes cleartext of the user activation key CVE-2017-14990 |
tw_sack_encoding | (download) |
wp-includes/js/tw-sack.js |
2 1 + 1 - 0 ! |
--- |
site_health_auto_update_checks | (download) |
wp-admin/includes/class-wp-site-health-auto-updates.php |
34 24 + 10 - 0 ! |
disable auto update site checks If this WordPress package is installed then you cannot use the standard WordPress core auto-update system so any warnings about it need to be removed. Files should not be writable by the webserver user so reverse that check too. Added a note that updates are done by the Debian package system. |