Nuget packages
When I install a package from NuGet, I get this error: Package 'System.Text.Json' 8.0.4 has a high severity vulnerability
2 Replies
I just updated .net to 9
i found the same when using version 17.12 of Visual Studio, regardless of whether my projects are .NET 8 or .NET 9, it can be configured to be less annoying though, according to the documentation: https://learn.microsoft.com/en-us/nuget/concepts/auditing-packages
Auditing package dependencies for security vulnerabilities
How to audit package dependencies for security vulnerabilities and acting on security audit reports.