You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When installing the dotnet-reportgenrator-globaltool it uses (indirect) System.Text.Json 8.0.0. This version has CVE-2024-30105. System.Text.Json <= 8.0.3 is unsafe.
System.Text.Json is a dependency of Microsoft.Extensions.Configuration.Json, but there isn't a update of that package.
Describe the bug
When installing the dotnet-reportgenrator-globaltool it uses (indirect) System.Text.Json 8.0.0. This version has CVE-2024-30105. System.Text.Json <= 8.0.3 is unsafe.
System.Text.Json is a dependency of Microsoft.Extensions.Configuration.Json, but there isn't a update of that package.
See also nuget.org
https://www.nuget.org/packages/System.Text.Json/#versions-body-tab
To Reproduce
Run any vulnerability scanner
Solution
Update the tool so it uses System.Text.Json 8.0.4
The text was updated successfully, but these errors were encountered: