Fix Dependabot alerts: bump cryptography and starlette#210
Open
JE-Chen wants to merge 2 commits into
Open
Conversation
Re-lock to patch all five open advisories: - cryptography 48.0.0 -> 49.0.0 (GHSA-537c-gmf6-5ccf, high) - starlette 1.0.1 -> 1.3.1 (GHSA-82w8-qh3p-5jfq high, GHSA-wqp7-x3pw-xc5r high, GHSA-x746-7m8f-x49c moderate, GHSA-jp82-jpqv-5vv3 low) Raise the direct cryptography floor to >=48.0.1 so a fresh resolve cannot reintroduce the vulnerable range.
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
The bandit security job flagged three pre-existing B311 sites (the random-value flow command and humanized motion/typing jitter). None are security-sensitive; annotate them so the security gate passes on this branch too.
|
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
Re-locks two dependencies to clear all 5 open Dependabot advisories
(3 high, 1 moderate, 1 low) reported on the default branch.
Changes
uv lock --upgrade-package cryptography --upgrade-package starlette(cryptography is a direct dependency; starlette is transitive via
fastapi). The lock refresh also rolls a few incidental pins forward
(e.g. pyside6 6.11.0 → 6.11.1 to match the existing
guipin).cryptographyfloor inpyproject.tomlto>=48.0.1so a fresh resolve cannot reintroduce the vulnerable range.Notes
devand modifydifferent
pyproject.tomllines, so they merge cleanly.