Skip to content

Commit

Permalink
fix: aspnetcore/security/key-vault-configuration/samples/3.x/SampleAp…
Browse files Browse the repository at this point in the history
…p/SampleApp.csproj to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DOTNET-AZUREIDENTITY-6597976
  • Loading branch information
snyk-bot committed Apr 14, 2024
1 parent d256e20 commit 57d4321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.0.1" />
<PackageReference Include="Azure.Identity" Version="1.2.3" />
<PackageReference Include="Azure.Identity" Version="1.11.0" />
</ItemGroup>

</Project>

0 comments on commit 57d4321

Please sign in to comment.