mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Are there plans to update WireMock.Net to latest .NET 5.0, .NET Core 3.1 or .NET Core 2.1 to fix security vulnerability? #390
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jagudelo2us on GitHub (Dec 1, 2021).
Fix install the latest version of .NET 5.0, .NET Core 3.1 or .NET Core 2.1
Currently, you are using
System.Text.Encodings.Web 4.5.0 NVD CVE-2021-26701 and
Microsoft.AspNetCore 2.2.0 NVD CVE-2019-0548 CWE-19 Data Processing Errors
See the following link:
https://github.com/dotnet/announcements/issues/178
@StefH commented on GitHub (Dec 1, 2021):
Hello @jagudelo2us,
The
System.Text.Encodings.Webis fixed and new NuGet packages will be released today.About
Microsoft.AspNetCore; I've to review that.@jagudelo2us commented on GitHub (Dec 1, 2021):
Still seeing the same vulnerability even with WireMock.Net version 1.4.28. Do a search on your Visual Studio Solution Explorer for System.Text.Encodings.Web and Microsoft.AspNetCore.

See screenshot
@StefH commented on GitHub (Feb 21, 2022):
https://github.com/WireMock-Net/WireMock.Net/pull/728