79677905

Date: 2025-06-24 16:21:10
Score: 1
Natty:
Report link

In my case, the same issue was due to using System.Text.Json v9.0.0 together with .NET 6.

I managed to solve this by downgrading System.Text.Json to v8.0.5, which is non-vulnerable, non-deprecated as of June 2025.

If you have the possibility to do so, though, it would be better to upgrade the target framework to .NET 8 or later and that would solve the issue as well.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Tiresia