[security] Bump aiohttp to 3.14.0 in FoundryAgentBasic playground#17902
Open
IEvangelist wants to merge 1 commit into
Open
[security] Bump aiohttp to 3.14.0 in FoundryAgentBasic playground#17902IEvangelist wants to merge 1 commit into
IEvangelist wants to merge 1 commit into
Conversation
Resolves Dependabot alerts on playground/FoundryAgentBasic/app/uv.lock: - GHSA-jg22-mg44-37j8 / CVE-2026-34993 (medium) — AIOHTTP is vulnerable to Deserialization of Untrusted Data - GHSA-hg6j-4rv6-33pg / CVE-2026-47265 (medium) — AIOHTTP is vulnerable to cross-origin redirect with per-request cookies Both are fixed in aiohttp 3.14.0. aiohttp is a transitive dependency in this playground app (not declared in pyproject.toml), so only the lockfile changes. Generated with: uv lock --upgrade-package aiohttp The resolver upgraded only aiohttp (3.13.2 -> 3.14.0); no other package versions changed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 17902Or
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 17902" |
Contributor
|
Re-running the failed jobs in the CI workflow for this pull request because 1 job was identified as retry-safe transient failures in the CI run attempt.
|
Contributor
|
❓ CLI E2E Tests unknown — 113 passed, 0 failed, 2 unknown (commit View all recordings
📹 Recordings uploaded automatically from CI run #26947972744 |
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.
Resolves the two open Dependabot alerts on
playground/FoundryAgentBasic/app/uv.lock:Both are fixed in
aiohttp3.14.0.What changed
playground/FoundryAgentBasic/app/uv.lock:aiohttp3.13.2→3.14.0.aiohttpis a transitive dependency in this playground (it is not declared inpyproject.toml), so only the lockfile needs to change.How it was generated
cd playground/FoundryAgentBasic/app uv lock --upgrade-package aiohttpThe resolver upgraded only
aiohttp(3.13.2 → 3.14.0); no other package versions changed. The remainder of the lockfile diff is just the new wheels/hashes foraiohttp 3.14.0.Scope
This PR only covers the two
aiohttpalerts. The other 6 open alerts on this repo (ws,@nevware21/ts-utils,fast-uri× 2,qs,vitest) are already being addressed by Dependabot PR #17854.