There was an error while loading. Please reload this page.
1 parent 3a6c8ed commit ba9b1b6Copy full SHA for ba9b1b6
1 file changed
api/api.csproj
@@ -45,12 +45,6 @@
45
<PackageReference Include="MQTTnet" Version="4.3.7.1207" />
46
<PackageReference Include="MQTTnet.Extensions.ManagedClient" Version="4.3.7.1207" />
47
<PackageReference Include="Swashbuckle.AspNetCore" Version="10.2.3" />
48
- <!--
49
- Pin Microsoft.OpenApi to the patched 2.x version (2.7.5) instead of the
50
- vulnerable 2.4.1 pulled in transitively by Swashbuckle.AspNetCore
51
- (CVE-2026-49451 / GHSA-v5pm-xwqc-g5wc).
52
- -->
53
- <PackageReference Include="Microsoft.OpenApi" Version="2.7.5" />
54
<!--
55
Pin SQLitePCLRaw.bundle_e_sqlite3 to the 3.x line so the native SQLite library is
56
sourced from SourceGear.sqlite3 (SQLite >= 3.50.4) instead of the deprecated and
0 commit comments