meziantou / Meziantou.Xunit.ParallelTestFramework

Run xUnit test cases in parallel
MIT License
156 stars 6 forks source link

Snyk found issues !Important! #14

Closed NanSigmaBohdanMoroz closed 2 months ago

NanSigmaBohdanMoroz commented 2 months ago

image

It's critical for us, could you please fix it? @meziantou @MatisseHack

meziantou commented 2 months ago

I think you can add a direct reference to xunit.extensibility.execution with the latest version to fix the security problem

meziantou commented 2 months ago

BTW, the reported vulnerability is on netstandard1.1, which may not be used in your cases (unless you target a non-supported TFM). xunit.extensibility.execution also targets net452 and netstandard2.0, which doesn't contain the vulnerable package.