chore: bump dependencies to fix a .NET Denial of Service Vulnerability#962
Merged
chore: bump dependencies to fix a .NET Denial of Service Vulnerability#962
Conversation
There was a problem hiding this comment.
Pull request overview
Updates centrally-managed NuGet package versions to newer patch/minor releases, keeping the repo’s dependency set current while preserving existing TFM-specific pinning behavior (e.g., net6/net8 special-cased package versions).
Changes:
- Bump
System.Threading.Channelsfor non-net6/non-net8 TFMs to10.0.5. - Update several tooling/test/build dependencies (e.g., SharpCompress, Microsoft.Testing.Extensions.CodeCoverage, TUnit.Engine, Polyfill, Mockolate).
9812ac2 to
b23c3ef
Compare
b23c3ef to
5133b4b
Compare
|
|
This is addressed in release v6.0.0. |
This was referenced Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request updates several package dependencies to newer versions and introduces a new package reference for certain target frameworks. The main focus is on keeping dependencies up to date, addressing security advisories, and ensuring compatibility with newer .NET targets.
General dependency updates:
System.Threading.Channelsto version 10.0.5 for non-net6.0/net8.0 targets.SharpCompressto 0.47.0,Microsoft.Extensions.DependencyInjectionto 10.0.5, andMicrosoft.Testing.Extensions.CodeCoverageto 18.5.2.aweXpect.Mockolateto 1.2.0,Mockolateto 1.5.4,TUnit.Engineto 1.19.22, andPolyfillto 9.18.0.New package references:
Microsoft.Bcl.Memoryversion 10.0.5 inTestably.Abstractions.Testing.csproj, in order to adress a .NET Denial of Service Vulnerability.