Skip to content

Commit 6285c36

Browse files
committed
Bump Microsoft.OpenApi to patched 2.7.5
1 parent 5637e8b commit 6285c36

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

api/api.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
<PackageReference Include="MQTTnet" Version="4.3.7.1207" />
4949
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.7.1207" />
5050
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.3" />
51+
<!--
52+
Pin Microsoft.OpenApi to the patched 2.x version (2.7.5) instead of the
53+
vulnerable 2.4.1 pulled in transitively by Swashbuckle.AspNetCore
54+
(CVE-2026-49451 / GHSA-v5pm-xwqc-g5wc).
55+
-->
56+
<PackageReference Include="Microsoft.OpenApi" Version="2.7.5" />
5157
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.7" />
5258
<!-- Pin Kiota.Abstractions to the patched version until Graph updates transitively. -->
5359
<!--

0 commit comments

Comments
 (0)