Skip to content

Commit

Permalink
Fix security alert (#1208)
Browse files Browse the repository at this point in the history
* Fix security alert
  • Loading branch information
grvillic authored Jul 22, 2024
1 parent f0f16b4 commit 80cff26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@
<PackageVersion Include="yamldotnet" Version="15.1.6" />
<PackageVersion Include="Faker.net" Version="2.0.163" />
<PackageVersion Include="Valleysoft.DockerfileModel" Version="1.1.1" />

<!-- Fix security alerts -->
<PackageVersion Include="System.Formats.Asn1" Version="6.0.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<PackageReference Include="System.Threading.Tasks.Dataflow" />
<PackageReference Include="Tomlyn.Signed" />
<PackageReference Include="Valleysoft.DockerfileModel " />

<!-- Fix alerts -->
<PackageReference Include="System.Formats.Asn1" />
</ItemGroup>

<ItemGroup Label="Package References">
Expand Down

0 comments on commit 80cff26

Please sign in to comment.