auth0 / auth0-oidc-client-net

OIDC Client for .NET Desktop and Mobile applications
https://auth0.github.io/auth0-oidc-client-net/
Apache License 2.0
86 stars 49 forks source link

Fix System.Text.Encodings.Web vulnerability #191

Closed frederikprijck closed 3 years ago

frederikprijck commented 3 years ago

This PR fixes a vulnerability that exists in System.Text.Encodings.Web:

image

Here is a github issue on the dotnet runtime repository with more context: dotnet/runtime#49377

Also fixed a few vulnerabilities that got reported in our test project.