Skip to content

fix(deps): resolve aiohttp Dependabot alerts #2081 and #2080 (CVE-2026-47265, CVE-2026-47266)#16269

Open
github-actions[bot] wants to merge 2 commits into
mainfrom
dependabot-alert-2081-devin
Open

fix(deps): resolve aiohttp Dependabot alerts #2081 and #2080 (CVE-2026-47265, CVE-2026-47266)#16269
github-actions[bot] wants to merge 2 commits into
mainfrom
dependabot-alert-2081-devin

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 5, 2026

Description

Resolves Dependabot alerts #2081 (CVE-2026-47265 — cross-origin redirect with per-request cookies) and #2080 (CVE-2026-47266 — deserialization of untrusted data).

Changes Made

  • Deleted scaffold file .github/dependabot-alerts/alert-2081.md

Both alerts reference seed/python-sdk/basic-auth-pw-omitted/poetry.lock which no longer exists in the repository. The underlying fix was already applied:

  1. PR fix(deps): bump aiohttp lower bound to >=3.14.0 to fix CVE-2026-47265, CVE-2026-47266 #16230 bumped the aiohttp lower bound from >=3.13.4,<4 to >=3.14.0,<4 in the Python SDK generator source
  2. PR chore(seed): update all seed snapshots #16266 regenerated all seed snapshots — all remaining poetry.lock files contain aiohttp 3.14.0
  3. PR chore(deps): remove orphaned seed files keeping Dependabot alerts open #16235 removed orphaned seed files including the manifest Dependabot was scanning

Testing

  • Verified seed/python-sdk/basic-auth-pw-omitted/poetry.lock does not exist on main
  • Verified all remaining seed/python-sdk/**/poetry.lock files contain aiohttp 3.14.0
  • No lock files with aiohttp < 3.14.0 remain in the repository

Link to Devin session: https://app.devin.ai/sessions/ee28e629dafa42b98e4aa41e96f51f5a

github-actions Bot and others added 2 commits June 5, 2026 09:58
…E-2026-47266

Both Dependabot alerts #2081 (CVE-2026-47265, cross-origin redirect with
per-request cookies) and #2080 (CVE-2026-47266, deserialization of untrusted
data) reference seed/python-sdk/basic-auth-pw-omitted/poetry.lock which no
longer exists in the repository.

The aiohttp lower bound was already bumped to >=3.14.0 in PR #16230 and all
remaining seed poetry.lock files contain aiohttp 3.14.0 (the patched version).
The orphaned manifest file was removed in PR #16235.
@devin-ai-integration devin-ai-integration Bot changed the title [Dependabot Alert #2081] MEDIUM: aiohttp vulnerability fix(deps): resolve aiohttp Dependabot alerts #2081 and #2080 (CVE-2026-47265, CVE-2026-47266) Jun 5, 2026
@devin-ai-integration devin-ai-integration Bot marked this pull request as ready for review June 5, 2026 10:09
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants