Skip to content

Commit

Permalink
System.Security.Cryptography.Xml vulnerability (CVE-2022-34716) (#6612)
Browse files Browse the repository at this point in the history
* Bump System.Security.Cryptography.Xml to latest patch

* Bump Licensing.Sources to 4.0.1

Co-authored-by: Daniel Marbach <daniel.marbach@openplace.net>
  • Loading branch information
mauroservienti and danielmarbach committed Dec 5, 2022
1 parent 1f4feee commit 9419717
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NServiceBus.Core/NServiceBus.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<PackageReference Include="LightInject.Source" Version="5.0.3" PrivateAssets="All" />
<PackageReference Include="SimpleJson" Version="0.38.0" PrivateAssets="All" />
<PackageReference Include="Obsolete.Fody" Version="5.2.1" PrivateAssets="All" />
<PackageReference Include="Particular.Licensing.Sources" Version="4.0.0" PrivateAssets="All" />
<PackageReference Include="Particular.Licensing.Sources" Version="4.0.1" PrivateAssets="All" />
<PackageReference Include="Particular.Packaging" Version="2.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Reflection.Emit" Version="4.7.0" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="4.7.0" />
<PackageReference Include="System.Reflection.Metadata" Version="1.8.1" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.0" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.1" />
</ItemGroup>

<PropertyGroup>
Expand Down

0 comments on commit 9419717

Please sign in to comment.