Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet-reportgenerator-globaltool uses old System.Text.Json and reports CVE-2024-30105 #681

Closed
304NotModified opened this issue Jul 15, 2024 · 1 comment · Fixed by #680

Comments

@304NotModified
Copy link
Contributor

304NotModified commented Jul 15, 2024

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

image

To Reproduce
Run any vulnerability scanner

Solution
Update the tool so it uses System.Text.Json 8.0.4

@304NotModified
Copy link
Contributor Author

@danielpalme
Thanks for the swift response, merge and release!

5.3.8 works correctly 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant