Bump EF Core and OpenIdConnect packages to .NET 10.0.11 - #207
Conversation
The August 2026 .NET servicing release fixes several runtime CVEs relevant to this Linux-hosted API, including a diagnostics IPC socket permission bypass (CVE-2026-62909) and a WebSocket DoS (CVE-2026-62901). Bumps Microsoft.AspNetCore.Authentication.OpenIdConnect, Microsoft.EntityFrameworkCore(.Design/.Relational/.InMemory) from 10.0.10 to 10.0.11 and regenerates the lock files accordingly. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Ty1k93zV4gRKcjo75Xw5qp
There was a problem hiding this comment.
Pull request overview
Updates .NET dependencies to the 10.0.11 servicing release while preserving locked dependency resolution.
Changes:
- Updates OpenID Connect and EF Core packages to 10.0.11.
- Regenerates API, unit-test, and integration-test lockfiles.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
src/api/DmarcAnalyzer.Api.csproj |
Updates API package references. |
src/api/packages.lock.json |
Locks updated API dependencies. |
src/api.tests/DmarcAnalyzer.Api.Tests.csproj |
Updates EF Core InMemory. |
src/api.tests/packages.lock.json |
Locks updated unit-test dependencies. |
src/api.integration.tests/packages.lock.json |
Locks updated integration-test dependencies. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: QUIET Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthroughUpdated API and test project dependencies from .NET 10.0.10 to 10.0.11. Refreshed lockfiles, dependency constraints, transitive package versions, and content hashes. Updated Changes.NET dependency update
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This PR updates .NET package patch versions and corresponding lockfiles without application-code changes; build and unit tests pass, and no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (5 skipped: 5 unsupported.) ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Microsoft.AspNetCore.Authentication.OpenIdConnect,Microsoft.EntityFrameworkCore,.Design,.Relational(src/api) and.InMemory(src/api.tests) from 10.0.10 to 10.0.11packages.lock.jsonfiles to matchThe August 2026 .NET servicing release (10.0.11) fixes several runtime CVEs, notably relevant to this Linux-hosted API:
System.Net.WebSocketspermessage-deflate handling(Several other CVEs in this release are WPF/desktop-only and don't apply to this server app.)
Test plan
dotnet build— succeeded, 0 warnings/errorsdotnet test(unit suite,src/api.tests) — 846/846 passeddotnet test(integration suite,src/api.integration.tests) — could not run in the dev sandbox (no reachable Docker daemon); unaffected by this changeGenerated by Claude Code