Skip to content

Commit eea37a6

Browse files
committed
changelog for 5.7.8
1 parent 8c8ce33 commit eea37a6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/source/changelog.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,20 @@ We strongly recommend that you upgrade pip to version 9+ of pip before upgrading
2121
Use ``pip install pip --upgrade`` to upgrade pip. Check pip version with
2222
``pip --version``.
2323

24-
.. _release-5.7.7:
24+
.. _release-5.7.8:
2525

26-
5.7.7
26+
5.7.8
2727
-----
2828

2929
- Fix regression in restarting kernels in 5.7.5.
3030
The restart handler would return before restart was completed.
3131
- Further improve compatibility with tornado 6 with improved
3232
checks for when websockets are closed.
3333
- 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.
3538

3639
.. _release-5.7.6:
3740

0 commit comments

Comments
 (0)