Skip to content

Commit

Permalink
Enforce System.Text.Json version to address security vulnerabilities (#…
Browse files Browse the repository at this point in the history
…7101)

* Terminal update Particular.Licensing.Sources

* update System.Text.Json

* Revert "Terminal update Particular.Licensing.Sources"

This reverts commit c41ca74.
  • Loading branch information
tmasternak authored Jul 17, 2024
1 parent 185957c commit b032f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NServiceBus.Core/NServiceBus.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageReference Include="NServiceBus.MessageInterfaces" Version="[1.0.0, 2.0.0)" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="7.0.1" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup Label="System.Security.Cryptography.Xml 7.0.1 references Pkcs 7.0.0, which has a vulnerability. This should be removed when Xml updates to reference a non-vulernable version">
Expand Down

0 comments on commit b032f15

Please sign in to comment.