[git-steer] Security: Fix 6 CVE(s) - #30
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 30 minutes and 11 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fixes 10 open Dependabot alerts and restores parseable TOML syntax. The previous pyproject.toml contained invalid version specifiers (`"httpx>=">=0.28.1"`) injected by a prior automated fix. Six dependency lines had a stray `>="` mid-string, leaving the manifest unparseable. Dependency bumps (target = lowest patched version per advisory): - urllib3: 2.5.0 -> 2.7.0 (CVE-2026-44431, CVE-2026-44432) HIGH - python-multipart: 0.0.26 -> 0.0.27 (CVE-2026-42561, CVE-2026-40347) HIGH/MED - cryptography: 46.0.6 -> 46.0.7 (CVE-2026-39892, CVE-2026-34073) MED/LOW - requests: 2.33.0 -> (CVE-2026-25645) MED - python-dotenv: 1.2.2 -> (CVE-2026-28684) MED - Pygments: 2.20.0 -> (CVE-2026-4539) LOW - idna: (new) >= 3.15 (CVE-2026-45409) MED Resolved via `uv lock` against Python 3.12: - cryptography 48.0.0, idna 3.16, urllib3 2.7.0, requests 2.34.2, python-multipart 0.0.29, pygments 2.20.0, python-dotenv 1.2.2. Supersedes the four duplicate auto-generated PRs (#27-#30, all empty), the Copilot PR whose diff did not match its description (#13), and the narrower git-steer PR #24. Dependabot's individual-dep PRs (#14, #16, #17, #18, #19) will auto-close once main carries the fixed versions. Co-authored-by: ry-ops <ryan.dahlberg@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Automated Security Fix by git-steer
Files updated: SECURITY_FIXES.md
1.2.20.0.2646.0.72.20.046.0.644.0.1CVEs: CVE-2026-28684, CVE-2026-40347, CVE-2026-39892, CVE-2026-4539, CVE-2026-34073, CVE-2024-26130