You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,20 @@ We strongly recommend that you upgrade pip to version 9+ of pip before upgrading
21
21
Use ``pip install pip --upgrade`` to upgrade pip. Check pip version with
22
22
``pip --version``.
23
23
24
-
.. _release-5.7.7:
24
+
.. _release-5.7.8:
25
25
26
-
5.7.7
26
+
5.7.8
27
27
-----
28
28
29
29
- Fix regression in restarting kernels in 5.7.5.
30
30
The restart handler would return before restart was completed.
31
31
- Further improve compatibility with tornado 6 with improved
32
32
checks for when websockets are closed.
33
33
- Fix regression in 5.7.6 on Windows where .js files could have the wrong mime-type.
34
-
- Fix Open Redirect vulnerability where certain malicious URLs could redirect from the Jupyter login page to a malicious site after a successful login. A CVE has been requested for this vulnerability.
34
+
- Fix Open Redirect vulnerability (CVE-2019-10255)
35
+
where certain malicious URLs could redirect from the Jupyter login page
36
+
to a malicious site after a successful login.
37
+
5.7.7 contained only a partial fix for this issue.
0 commit comments