Bump cryptography to 50.0.0 in pyproject.toml (Mend HIGH CVE-2026-69247) - #1335
Merged
Conversation
Raise the cryptography floor past the PKCS#7 Bleichenbacher-oracle fix (GHSA-g6cj-pr64-35w5, fixed in 50.0.0; master resolved 49.0.0). - pyproject.toml: cryptography >=48.0.1 -> >=50.0.0 (CVE-2026-69247) - pyproject.toml: build ==1.0.3 -> ==1.5.0, ipykernel ==6.30.1 -> ==6.31.0 (in-file within-major sweep) - uv.lock: regenerated via 'uv lock --upgrade' (cryptography resolves to 50.0.0) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
thomasht86
approved these changes
Aug 4, 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.
Summary
Bumps
cryptographypast the PKCS#7 Bleichenbacher-oracle fix flagged by Mend as HIGH CVE-2026-69247 (GHSA-g6cj-pr64-35w5).masterresolvescryptography 49.0.0(vulnerable range>=44.0.0, <50.0.0); this PR moves the floor and lock to the first patched release,50.0.0.Changed Files
pyproject.toml— dependency floor + in-file pin sweep:cryptography:>=48.0.1→>=50.0.0(CVE-2026-69247)build:==1.0.3→==1.5.0(within-major sweep)ipykernel:==6.30.1→==6.31.0(within-major sweep,docs+notebooksextras)uv.lock— regenerated viauv lock --upgrade;cryptographyresolves to50.0.0and all locked dependencies move to the latest compatible releases.CVEs Addressed
Verified against the GitHub Advisory Database:
Implementation Notes
pyproject.toml) plus its lockfile per core-repo policy — no repo-wide sweep.setuptools==83.0.0,twine==5.1.1, andtoml==0.10.2are already at the latest release within their majors and are unchanged.uv lock --upgradecarries side-effect upgrades of locked transitive dependencies (e.g. transformers 5.8.0 → 5.14.1, tqdm 4.67.3 → 4.70.0, vespacli 8.709.19 → 8.730.36); all are ordinary latest-compatible resolutions within the existing constraints.Verification
uv lock --upgraderesolves cleanlygrep -A1 'name = "cryptography"' uv.lock→version = "50.0.0"(master:49.0.0)>=44.0.0, <50.0.0, first patched50.0.0Jira: VESPANG-3772