Changeset 3478234
- Timestamp:
- 03/09/2026 02:47:59 PM (3 weeks ago)
- Location:
- gotmls
- Files:
-
- 3 edited
- 20 copied
-
tags/4.23.88 (copied) (copied from gotmls/trunk)
-
tags/4.23.88/images/GOTMLS-Loading.gif (copied) (copied from gotmls/trunk/images/GOTMLS-Loading.gif)
-
tags/4.23.88/images/index.php (copied) (copied from gotmls/trunk/images/index.php)
-
tags/4.23.88/index.php (copied) (copied from gotmls/trunk/index.php) (2 diffs)
-
tags/4.23.88/languages/gotmls-de_DE.mo (copied) (copied from gotmls/trunk/languages/gotmls-de_DE.mo)
-
tags/4.23.88/languages/gotmls-de_DE.po (copied) (copied from gotmls/trunk/languages/gotmls-de_DE.po)
-
tags/4.23.88/languages/gotmls-es_AR.mo (copied) (copied from gotmls/trunk/languages/gotmls-es_AR.mo)
-
tags/4.23.88/languages/gotmls-es_AR.po (copied) (copied from gotmls/trunk/languages/gotmls-es_AR.po)
-
tags/4.23.88/languages/gotmls-fr_FR.mo (copied) (copied from gotmls/trunk/languages/gotmls-fr_FR.mo)
-
tags/4.23.88/languages/gotmls-fr_FR.po (copied) (copied from gotmls/trunk/languages/gotmls-fr_FR.po)
-
tags/4.23.88/languages/gotmls-hu_HU.mo (copied) (copied from gotmls/trunk/languages/gotmls-hu_HU.mo)
-
tags/4.23.88/languages/gotmls-hu_HU.po (copied) (copied from gotmls/trunk/languages/gotmls-hu_HU.po)
-
tags/4.23.88/languages/gotmls-tr.mo (copied) (copied from gotmls/trunk/languages/gotmls-tr.mo)
-
tags/4.23.88/languages/gotmls-tr.po (copied) (copied from gotmls/trunk/languages/gotmls-tr.po)
-
tags/4.23.88/readme.txt (copied) (copied from gotmls/trunk/readme.txt) (3 diffs)
-
tags/4.23.88/safe-load/index.php (copied) (copied from gotmls/trunk/safe-load/index.php)
-
tags/4.23.88/safe-load/session.php (copied) (copied from gotmls/trunk/safe-load/session.php)
-
tags/4.23.88/safe-load/trace.php (copied) (copied from gotmls/trunk/safe-load/trace.php) (2 diffs)
-
tags/4.23.88/safe-load/wp-login.php (copied) (copied from gotmls/trunk/safe-load/wp-login.php)
-
tags/4.23.88/safe-load/wp-settings.php (copied) (copied from gotmls/trunk/safe-load/wp-settings.php)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/safe-load/trace.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gotmls/tags/4.23.88/index.php
r3470614 r3478234 11 11 License: GPLv3 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html#license-text 13 Version: 4.23.8 713 Version: 4.23.88 14 14 Requires PHP: 5.6 15 15 Requires CP: 1.1.1 … … 634 634 $moreJS = ""; 635 635 $finJS = "\n}"; 636 $user_donations_src = 0; 636 637 $form = 'registerKeyForm'; 637 638 $innerHTML = "<li style=\\\"color: #f00\\\">Your Installation Key could not be confirmed!</li>"; -
gotmls/tags/4.23.88/readme.txt
r3470614 r3478234 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html#license-text 10 Version: 4.23.8 711 Stable tag: 4.23.8 710 Version: 4.23.88 11 Stable tag: 4.23.88 12 12 Requires at least: 3.3 13 13 Tested up to: 6.9.1 … … 100 100 101 101 == Changelog == 102 103 = 4.23.88 = 104 * Fixed PHP Object Injection vulnerability with DB Scan. 102 105 103 106 = 4.23.87 = … … 522 525 == Upgrade Notice == 523 526 527 = 4.23.88 = 528 Fixed PHP Object Injection vulnerability with DB Scan. 529 524 530 = 4.23.87 = 525 531 Checked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6. -
gotmls/tags/4.23.88/safe-load/trace.php
r3470614 r3478234 5 5 */ 6 6 7 define("GOTMLS_Version", '4.23.8 7');7 define("GOTMLS_Version", '4.23.88'); 8 8 define("GOTMLS_SAFELOAD_DIR", dirname(__FILE__)."/"); 9 9 define("GOTMLS_CHMOD_FILE", 0644); … … 195 195 196 196 function GOTMLS_uckserialize($unsafe_serialized) { 197 if (!(is_array($unsafe_serialized)) && (is_array($safe_unserialized = @unserialize(preg_replace('/[oc]: \d+:".*?":(\d+):\{/is', 'a:\1:{', $unsafe_serialized)))))197 if (!(is_array($unsafe_serialized)) && (is_array($safe_unserialized = @unserialize(preg_replace('/[oc]:[\+\d]++:".*?":([\+\d]++):\{/is', 'a:\1:{', $unsafe_serialized))))) 198 198 return $safe_unserialized; 199 199 return $unsafe_serialized; -
gotmls/trunk/index.php
r3470614 r3478234 11 11 License: GPLv3 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html#license-text 13 Version: 4.23.8 713 Version: 4.23.88 14 14 Requires PHP: 5.6 15 15 Requires CP: 1.1.1 … … 634 634 $moreJS = ""; 635 635 $finJS = "\n}"; 636 $user_donations_src = 0; 636 637 $form = 'registerKeyForm'; 637 638 $innerHTML = "<li style=\\\"color: #f00\\\">Your Installation Key could not be confirmed!</li>"; -
gotmls/trunk/readme.txt
r3470614 r3478234 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html#license-text 10 Version: 4.23.8 711 Stable tag: 4.23.8 710 Version: 4.23.88 11 Stable tag: 4.23.88 12 12 Requires at least: 3.3 13 13 Tested up to: 6.9.1 … … 100 100 101 101 == Changelog == 102 103 = 4.23.88 = 104 * Fixed PHP Object Injection vulnerability with DB Scan. 102 105 103 106 = 4.23.87 = … … 522 525 == Upgrade Notice == 523 526 527 = 4.23.88 = 528 Fixed PHP Object Injection vulnerability with DB Scan. 529 524 530 = 4.23.87 = 525 531 Checked code for compatibility with WordPress 6.9.1 and ClassicPress 2.6. -
gotmls/trunk/safe-load/trace.php
r3470614 r3478234 5 5 */ 6 6 7 define("GOTMLS_Version", '4.23.8 7');7 define("GOTMLS_Version", '4.23.88'); 8 8 define("GOTMLS_SAFELOAD_DIR", dirname(__FILE__)."/"); 9 9 define("GOTMLS_CHMOD_FILE", 0644); … … 195 195 196 196 function GOTMLS_uckserialize($unsafe_serialized) { 197 if (!(is_array($unsafe_serialized)) && (is_array($safe_unserialized = @unserialize(preg_replace('/[oc]: \d+:".*?":(\d+):\{/is', 'a:\1:{', $unsafe_serialized)))))197 if (!(is_array($unsafe_serialized)) && (is_array($safe_unserialized = @unserialize(preg_replace('/[oc]:[\+\d]++:".*?":([\+\d]++):\{/is', 'a:\1:{', $unsafe_serialized))))) 198 198 return $safe_unserialized; 199 199 return $unsafe_serialized;
Note: See TracChangeset
for help on using the changeset viewer.