Skip to content

Commit ed00e4e

Browse files
authored
🔒 Dependency update (#432)
* 🔒 Dependency update Patch Microsoft Identity Denial of service vulnerability CVE-2024-21319 Refference: GHSA-8g9c-28fc-mcx2 * Update OpenIdConnect to the latest version 6.35.0
1 parent 46d05a5 commit ed00e4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Opserver.Web/Opserver.Web.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<RootNamespace>Opserver</RootNamespace>
@@ -9,7 +9,7 @@
99
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" PrivateAssets="all" />
1010
<PackageReference Include="BuildWebCompiler" Condition="'$(OS)' == 'Windows_NT'" Version="1.12.405" PrivateAssets="all" />
1111
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
12-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.15.0" />
12+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.35.0" />
1313
<PackageReference Include="StackExchange.Exceptional.AspNetCore" Version="2.2.32" />
1414
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="6.0.0" />
1515
<Reference Include="System.Management" />
@@ -23,4 +23,4 @@
2323
<None Include="Config\*.example.json" />
2424
<None Include="compilerconfig.json" />
2525
</ItemGroup>
26-
</Project>
26+
</Project>

0 commit comments

Comments
 (0)