Skip to content

Commit f6f625f

Browse files
committed
Fix vulnerability?
1 parent fbc0edd commit f6f625f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sources/SilkTouch/SilkTouch/Silk.NET.SilkTouch.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
<PackageReference Include="Microsoft.VisualStudio.Setup.Configuration.Interop" Version="3.11.2177" />
2525
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
2626
<PackageReference Include="System.IO.Hashing" Version="8.0.0" />
27+
28+
<!-- This is not used but it is used transitively and the version pulled in has a vulnerability -->
29+
<PackageReference Include="System.Formats.Asn1" Version="9.0.0" />
2730
</ItemGroup>
2831

2932
<ItemGroup>

0 commit comments

Comments
 (0)