chore(api): pin Microsoft.OpenApi 2.11.0 to fix GHSA-v5pm-xwqc-g5wc
Swashbuckle 10.1.4 pulls in Microsoft.OpenApi 2.4.1, which has a known high-severity vulnerability. Pin the latest patched 2.x directly; 3.x is binary-incompatible with Swashbuckle (swagger.json returns 500). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.OpenApi" Version="2.11.0" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.4" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user