fix(deps): patch 7 CVEs in yt-dlp and python-multipart#68
Merged
Conversation
pip-audit flags 7 known vulnerabilities in two pinned deps on main: - yt-dlp 2026.2.21 -> 2026.6.9 (CVE-2026-50019/50023/50574, GHSA-69qj-pvh9-c5wg) - python-multipart 0.0.27 -> 0.0.32 (CVE-2026-53538/53539/53540) Both bumps are API-compatible (fastapi only requires python-multipart>=0.0.18); all 80 tests pass and `pip-audit -r requirements.txt` now reports no known vulnerabilities. yt-dlp is pinned to the latest release, clearing the version-check warning as well. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RXMKM1rDWn8wNh93MMUtxY
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Standalone infra fix (kept separate from feature PRs).
pip-auditreports 7 known vulnerabilities in two pinned dependencies onmain— newly disclosed since the pins were last set, so CI's Dependency Audit now fails on every PR.Why these versions
>=0.0.18, so it's compatible.Verification (local)
pip-audit -r requirements.txt→ No known vulnerabilities foundpytest -qagainst the bumped versions → 80 passedSupersedes the partial dependabot bump #48 (yt-dlp 2026.3.17, which is older than the 2026.6.9 fix).
🤖 Generated with Claude Code
https://claude.ai/code/session_01RXMKM1rDWn8wNh93MMUtxY