File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 20
20
=== 3.4.3 (2017-04-24) ===
21
21
22
22
* Fixed a security vulnerability in the page redirect field which allowed users
23
- to insert javascript code.
23
+ to insert JavaScript code.
24
24
* Fixed a security vulnerability where the ``next`` parameter for the toolbar login
25
- was not sanitized and could point to another domain.
25
+ was not sanitised and could point to another domain.
26
26
27
27
28
28
=== 3.4.2 (2017-01-23) ===
Original file line number Diff line number Diff line change
1
+ .. _upgrade-to-3.4.3 :
2
+
3
+ ###################
4
+ 3.4.3 release notes
5
+ ###################
6
+
7
+ *******************
8
+ What's new in 3.4.3
9
+ *******************
10
+
11
+ Security Fixes
12
+ ==============
13
+
14
+ * Fixed a security vulnerability in the page redirect field which allowed users
15
+ to insert JavaScript code.
16
+ * Fixed a security vulnerability where the ``next `` parameter for the toolbar login
17
+ was not sanitised and could point to another domain.
18
+
19
+
20
+ Thanks
21
+ ======
22
+
23
+ Thanks to Mark Walker and Anthony Steinhauser for reporting the security issues.
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ makes changes to your database.
13
13
.. toctree ::
14
14
:maxdepth: 1
15
15
16
+ 3.4.3
16
17
3.4.2
17
18
3.4.1
18
19
3.4
You can’t perform that action at this time.
0 commit comments