Skip to content

Commit

Permalink
* Fixed vulnerability by directly referencing transitive dependency S…
Browse files Browse the repository at this point in the history
…ystem.Formats.Asn1 (GHSA-447r-wph3-92pm, issue #544)

* Fixed vulnerability by directly referencing transitive dependency System.Private.Uri (GHSA-xhfc-gr8f-ffwc, issue #544)
  • Loading branch information
ckadluba committed Aug 28, 2024
1 parent 862bb6a commit 04ad485
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" />
<PackageReference Include="Serilog" />
<PackageReference Include="Serilog.Sinks.PeriodicBatching" />
<PackageReference Include="System.Formats.Asn1" />
<PackageReference Include="System.Private.Uri" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 04ad485

Please sign in to comment.