Skip to content

Commit

Permalink
🔒 Dependency update (#432)
Browse files Browse the repository at this point in the history
* 🔒 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
  • Loading branch information
w3rixie authored Feb 17, 2024
1 parent 46d05a5 commit ed00e4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Opserver.Web/Opserver.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>Opserver</RootNamespace>
Expand All @@ -9,7 +9,7 @@
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" PrivateAssets="all" />
<PackageReference Include="BuildWebCompiler" Condition="'$(OS)' == 'Windows_NT'" Version="1.12.405" PrivateAssets="all" />
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.2.22" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.15.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="6.35.0" />
<PackageReference Include="StackExchange.Exceptional.AspNetCore" Version="2.2.32" />
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="6.0.0" />
<Reference Include="System.Management" />
Expand All @@ -23,4 +23,4 @@
<None Include="Config\*.example.json" />
<None Include="compilerconfig.json" />
</ItemGroup>
</Project>
</Project>

0 comments on commit ed00e4e

Please sign in to comment.