From 3e40a75d43bb7b52798f955ee5a6271120155e1d Mon Sep 17 00:00:00 2001 From: Bernhard Windisch Date: Sat, 11 Jul 2026 22:28:10 +0100 Subject: [PATCH] chore(deps): pin Microsoft.OpenApi to 2.7.5 (GHSA-v5pm-xwqc-g5wc) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Microsoft.AspNetCore.OpenApi 10.0.x floats Microsoft.OpenApi at [2.0.0, ), which resolves to 2.0.0 — flagged High by the CI NuGet audit since the advisory published (circular schema references may terminate OpenAPI parsing). Both 10.0.8 and 10.0.9 carry the same open range, so bumping the parent doesn't help; pin the transitive directly to the patched 2.7.5 via a direct reference from Modgud.Api (nearest-wins lifts the whole graph). Unblocks CI for every open PR; develop itself was last green before the advisory landed. Co-Authored-By: Claude Opus 4.8 --- src/dotnet/Directory.Packages.props | 6 ++++++ src/dotnet/Modgud.Api/Modgud.Api.csproj | 3 +++ 2 files changed, 9 insertions(+) diff --git a/src/dotnet/Directory.Packages.props b/src/dotnet/Directory.Packages.props index 9a77a5ad..f9d7b182 100644 --- a/src/dotnet/Directory.Packages.props +++ b/src/dotnet/Directory.Packages.props @@ -26,6 +26,12 @@ + + diff --git a/src/dotnet/Modgud.Api/Modgud.Api.csproj b/src/dotnet/Modgud.Api/Modgud.Api.csproj index 6df9498d..777f10c2 100644 --- a/src/dotnet/Modgud.Api/Modgud.Api.csproj +++ b/src/dotnet/Modgud.Api/Modgud.Api.csproj @@ -22,6 +22,9 @@ + +