security: Bump authlib and python-multipart for Dependabot alerts#220
Merged
Conversation
Resolves Dependabot alerts: - GHSA-jj8c-mmj3-mmgv (authlib, Moderate) - CVE-2026-40347 (python-multipart, Moderate) authlib resolved to 1.7.0 (latest stable) rather than the 1.6.11 minimum suggested by Dependabot; satisfies the same security fix. Pulls in joserfc 1.6.4 as a new transitive dep. Lock regenerated with --exclude-newer (3-day buffer) per supply chain policy in CLAUDE.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Previous commit regenerated the lock with --exclude-newer, which embedded [options] exclude-newer in the lockfile. CI runs uv sync --all-extras --locked without that flag, and uv rejected the lock as modified. Regenerated with UV_EXCLUDE_NEWER unset to match main's lock shape. Package versions unchanged (authlib 1.7.0, python-multipart 0.0.26). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
🧪 Test Results for
|
| Test Suite | Status | Passed | Failed | Skipped | Duration |
|---|---|---|---|---|---|
| Unit Tests - Python 3.13 | ✅ | 966 | 0 | 0 | 15s |
| Unit Tests - Python 3.12 | ✅ | 966 | 0 | 0 | 15s |
| Unit Tests - Python 3.11 | ✅ | 966 | 0 | 0 | 13s |
| Unit Tests - Python 3.14 | ✅ | 966 | 0 | 0 | 14s |
| E2E | ✅ | 29 | 0 | 0 | 38s |
| Integration | ✅ | 5 | 0 | 0 | 1s |
| Total | ✅ | 3898 | 0 | 0 | - |
📊 Coverage
Coverage reports are available in the workflow artifacts.
📦 Download Reports
- cryptography 46.0.6 → 46.0.7 (CVE-2026-39892, Moderate) - authlib 1.6.9 → 1.6.11 (GHSA-jj8c-mmj3-mmgv, Moderate) - python-dotenv 1.2.1 → 1.2.2 (CVE-2026-28684, Moderate) SHA256 hashes pulled from PyPI JSON API, matching the same wheel variants already pinned (cp311 abi3 manylinux2014_x86_64 for cryptography; pure-python wheels for authlib and python-dotenv). Using authlib 1.6.11 here rather than 1.7.0 (which is what uv.lock resolves to) to avoid adding joserfc as a new hash-pinned transitive in the fuzz harness. Both versions include the GHSA-jj8c-mmj3-mmgv fix; the fuzzer doesn't exercise the joserfc-dependent code paths. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
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
Resolves all 5 open Dependabot alerts on mcp_docker:
uv.lockuv.lock.clusterfuzzlite/requirements.txt.clusterfuzzlite/requirements.txt.clusterfuzzlite/requirements.txtNotes
uv.lockresolves to 1.7.0 (latest stable) while.clusterfuzzlite/requirements.txtis pinned at 1.6.11. Both include the same security fix. The fuzzer stays on 1.6.11 to avoid addingjoserfc 1.6.4as a new hash-pinned transitive dep — the fuzzer doesn't exercise code paths that require joserfc.uv.lockregenerated without--exclude-newer(an earlier iteration of this PR embedded an[options] exclude-newerblock that tripped CI's--lockedsync — fixed in commit a7a2ae6).Test plan
Integration Tests/E2E Testspass (auth middleware under authlib 1.7.0)PR Fuzzing (address)completes successfully (fuzz harness builds with new hash-pinned deps)Batch Fuzzing+Dependency Reviewpass🤖 Generated with Claude Code