fix(deps): resolve 13 Dependabot security alerts#1284
Merged
jeremyeder merged 2 commits intoambient-code:mainfrom Apr 10, 2026
Merged
fix(deps): resolve 13 Dependabot security alerts#1284jeremyeder merged 2 commits intoambient-code:mainfrom
jeremyeder merged 2 commits intoambient-code:mainfrom
Conversation
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (7)
✅ Files skipped from review due to trivial changes (5)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughMultiple formatting and minor refactor changes across the ambient-runner and scripts, plus two patch dependency bumps: Changes
🚥 Pre-merge checks | ✅ 5 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
This was referenced Apr 10, 2026
Bump next 16.2.2 → 16.2.3 (CVE: DoS via Server Components) Bump aiohttp >=3.13.3 → >=3.13.4 (9 CVEs: header injection, SSRF, DoS) Bump cryptography 46.0.5 → 46.0.7 (buffer overflow) Bump lupa 2.6 → 2.7 (sandbox escape / RCE) 3 fastmcp alerts remain open — mcp-atlassian pins fastmcp<2.15.0, blocking upgrade to 3.2.0. Waiting on upstream release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move import above module-level assignment to fix E402, apply ruff formatting fixes to upstream files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
a83af40 to
9197987
Compare
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
next16.2.2 → 16.2.3 — fixes DoS via Server Components (alert remove duplicate AutoPushOnComplete #173)aiohttp≥3.13.3 → ≥3.13.4 — fixes 9 CVEs: header injection, SSRF, DoS, credential leak, CRLF injection (alerts fix of permissions #149–158)cryptography46.0.5 → 46.0.7 (transitive) — fixes buffer overflow (alert Jira backend refactor #172)lupa2.6 → 2.7 (transitive) — fixes sandbox escape / RCE (alert click 'enter' to submit message #168)Remaining alerts (3)
Alerts #144, #145, #146 (
fastmcp2.14.3 → 3.2.0) are blocked on upstream:mcp-atlassian0.21.1 pinsfastmcp<2.15.0,>=2.13.0. The CVEs affect fastmcp's OpenAPI provider and OAuth proxy — not in our code path, but the alerts will stay open untilmcp-atlassianreleases a version compatible with fastmcp 3.x.Test plan
npx vitest run)uv run pytest tests/)🤖 Generated with Claude Code
Summary by CodeRabbit
Chores
Refactor
Tests