Bump from jupyter_server >=2.10.0 to jupyter_server >=2.20.0 #2207
Merged
Conversation
Fixes path traversal vulnerability in jupyter_server <=2.17.0. Signed-off-by: Vonteddu Chaithra <Vonteddu.Chaithra1@ibm.com>
Collaborator
|
coverage: 77.195%. first build — fix/jupyter-server-cve-2024-35178 into master |
andy-maier
requested changes
Jul 5, 2026
Signed-off-by: Vonteddu Chaithra <Vonteddu.Chaithra1@ibm.com>
andy-maier
approved these changes
Jul 10, 2026
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin stable_1.25
git worktree add -d .worktree/backport-2207-to-stable_1.25 origin/stable_1.25
cd .worktree/backport-2207-to-stable_1.25
git switch --create backport-2207-to-stable_1.25
git cherry-pick -x e1477abff7b4c6071befac4d5dc71b9b03a86581 |
Member
|
Note that PR #2210 already had increased the version of jupiter_server to 2.20, because stating 2.10 was actually a mistake in an earlier PR. So this PR got reduced to just providing the change log entry, upon its merge. |
andy-maier
added a commit
that referenced
this pull request
Jul 10, 2026
…2216) * security: Bump jupyter_server >=2.20.0 on Python>=3.10 (CVE-2024-35178) Fixes path traversal vulnerability in jupyter_server <=2.17.0. * Addressed Review Comments --------- Signed-off-by: Vonteddu Chaithra <Vonteddu.Chaithra1@ibm.com> Co-authored-by: vontedduchaithra <90314288+vontedduchaithra@users.noreply.github.com> Co-authored-by: Vonteddu Chaithra <Vonteddu.Chaithra1@ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes path traversal vulnerability in jupyter_server <=2.17.0.