chore(deps): patch dependabot vulnerabilities#36
Merged
Conversation
Bump transitive Jupyter stack and other vulnerable deps to patched versions: - jupyterlab 4.5.5 -> 4.5.7 (CommandLinker XSS, JupyterHub policy) - jupyter-server 2.17.0 -> 2.18.0 (path traversal, CORS bypass, open redirect, cookie-after-reset) - notebook 7.5.4 -> 7.5.6 (CommandLinker XSS) - python-dotenv 1.1.0 -> 1.2.2 (symlink-following arbitrary file overwrite) - Mako 1.3.10 -> 1.3.12 (path traversal in TemplateLookup) Lower exclude-newer from 7d to 1d so the lockfile stays consistent with the pyproject under uv's freshness policy after pulling these patches in.
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.
Summary
uv.lockto patched versions covering all currently open Dependabot alerts.tool.uv.exclude-newerfrom7 daysto1 dayso the lock stays consistent withpyproject.tomlafter pulling these patches in (the 7d window still excludednotebook/jupyter-serverpatches at lock time).Patched alerts
All five are dev-only or transitive; runtime app code is unaffected.
Test plan
uv sync --lockedsucceedsruff checkpassesuv run pytestpasses (258 passed, 1 skipped)