File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
12
12
13
13
== MediaWiki 1.35.8 ==
14
14
15
+ This is a security and maintenance release of the MediaWiki 1.35 branch.
16
+
15
17
=== Changes since MediaWiki 1.35.7 ===
16
18
* Localisation updates.
17
19
* (T311568) UploadBase::setTempFile() handle $tempPath being passed as null.
@@ -83,6 +85,10 @@ PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/
83
85
* (T317750) session: Fix broken SessionTest case due to PHPUnit dependency
84
86
change.
85
87
* (T318460) SpecialChangeEmail: Set default for returntoquery.
88
+ * (T316304, CVE-2022-41767) SECURITY: reassignEdits doesn't update results
89
+ in an IP range check on Special:Contributions.
90
+ * (T309894, CVE-2022-41765) SECURITY: HTMLUserTextField exposes existence
91
+ of hidden users.
86
92
87
93
== MediaWiki 1.35.7 ==
88
94
Original file line number Diff line number Diff line change 37
37
*
38
38
* @since 1.35
39
39
*/
40
- define ( 'MW_VERSION ' , '1.35.7 ' );
40
+ define ( 'MW_VERSION ' , '1.35.8 ' );
41
41
42
42
# Obsolete aliases
43
43
You can’t perform that action at this time.
0 commit comments