There was an error while loading. Please reload this page.
1 parent 5637e8b commit 6285c36Copy full SHA for 6285c36
1 file changed
api/api.csproj
@@ -48,6 +48,12 @@
48
<PackageReference Include="MQTTnet" Version="4.3.7.1207" />
49
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.7.1207" />
50
<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" />
57
<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.7" />
58
<!-- Pin Kiota.Abstractions to the patched version until Graph updates transitively. -->
59
<!--
0 commit comments