Fix high-severity Dependabot security alerts in requirements.txt#5
Merged
Fix high-severity Dependabot security alerts in requirements.txt#5
Conversation
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Update jupyter_server from 2.6.0 to 2.14.1 to fix GHSA-hrw6-wg82-cm62 (CVE-2024-35178): Jupyter server on Windows discloses Windows user password hash (HIGH severity) - Update nbconvert from 7.6.0 to 7.17.0 to fix GHSA-xm59-rqc7-hhvf (CVE-2025-53000): nbconvert has an uncontrolled search path that leads to unauthorized code execution on Windows (HIGH severity) Co-authored-by: ehabets <16623921+ehabets@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Resolve Dependabot alerts and prepare pull requests
Fix high-severity Dependabot security alerts in requirements.txt
Feb 25, 2026
ehabets
approved these changes
Feb 25, 2026
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.
Two HIGH-severity vulnerabilities affecting Windows users were flagged in pinned dependencies. Both involve unintended information/code exposure via path handling on Windows.
Changes
jupyter_server2.6.0 → 2.14.1 — fixes GHSA-hrw6-wg82-cm62 (CVE-2024-35178): Windows user password hash disclosed via server logsnbconvert7.6.0 → 7.17.0 — fixes GHSA-xm59-rqc7-hhvf (CVE-2025-53000): Uncontrolled search path enabling arbitrary code execution on WindowsWarning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
api.osv.devimport json, urllib.request
packages = [
('anyio', '3.7.0'),
('notebook', '6.5.4'),
('Jinja2', '3.1.6'),
('tornado', '6.5.1'),
('jupyter_server', '2.6.0'),
('nbconvert', '7.6.0'),
('idna', '3.7'),
('numpy', '1.25.0'),` (dns block)
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.