ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
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