fix(deps): bump cryptography, pyjwt, python-multipart for security advisories#161
Merged
Conversation
…visories Resolves three HIGH transitive vulnerabilities flagged by the Build & Scan (Trivy) gate. Lockfile-only — no pyproject change, since upstream constraints already permit the fixed versions: - cryptography 46.0.7 -> 49.0.0 (GHSA-537c-gmf6-5ccf: vulnerable OpenSSL bundled in wheels) - pyjwt 2.12.1 -> 2.13.0 (CVE-2026-48526: authentication bypass via forged JWTs) - python-multipart 0.0.27 -> 0.0.32 (CVE-2026-53539: quadratic querystring parsing CPU DoS) Verified: uv sync clean, ruff clean, 85 tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Contributor
Vulnerability Scan: Failed — blocking vulnerabilities detectedImage:
Commit: 0bb57dc |
ltucker
approved these changes
Jun 17, 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.
The Build & Scan (Trivy) gate now fails on three HIGH transitive advisories that entered Trivy's vulnerability DB after the last green scan. They affect
maindirectly — not just open PRs — so the scheduled container rescan will begin failing too, and every PR's Build & Scan is blocked until they are bumped. This is the same advisory wave being patched across other repos.Lockfile-only; no
pyproject.tomlchange, since the upstream constraints already permit the fixed versions:Verified locally:
uv syncclean,ruffclean, 85 tests pass. Once merged, #150 rebases green on top of this.🤖 Generated with Claude Code