-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Description
Having upgraded to Visual Studio 2022 17.12 today, we are now getting NuGet vulnerability warnings for this package.
To reproduce:
Add the following NuGet package reference to a netstandard2.0 project:
<PackageReference Include="StreamJsonRpc" Version="2.20.17" />
When you compile that project with Visual Studio 2022 17.12 you get the following warnings:
warning NU1902: Package 'MessagePack' 2.5.108 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-4qm4-8hg2-g2xm
warning NU1903: Package 'System.Text.Json' 8.0.3 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4
warning NU1903: Package 'System.Text.Json' 8.0.3 has a known high severity vulnerability, https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
Metadata
Metadata
Assignees
Labels
No labels