Skip to content

Commit

Permalink
Updated references to vulnerable packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chitsaw committed Nov 27, 2024
1 parent 0d718c7 commit a067ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,17 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers">
<PackageReference Include="StyleCop.Analyzers">
<Version>1.1.118</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Private.Uri">
<Version>4.3.2</Version>
</PackageReference>
<PackageReference Include="System.Text.RegularExpressions">
<Version>4.3.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Audio\Microsoft.Psi.Audio\Microsoft.Psi.Audio.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<!-- The following overrides a transitive reference from NetMQ to an older version of System.Security.Cryptography.Pkcs which contains a security vulnerability -->
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.3" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="6.0.5" />
<PackageReference Include="System.ServiceModel.Primitives" Version="4.10.3" />
</ItemGroup>

Expand Down

0 comments on commit a067ae9

Please sign in to comment.