It appears that System.Text.Json has a known vulnerability that is detailed here. Flurl.Http seems to reference version 6.0.4 which is among the affected versions.
This can result in the following message while compiling in projects that use Flurl.Http directly or indirectly:
Error NU1903 : Warning As Error: Package 'System.Text.Json' 6.0.4 has a known high severity vulnerability, https://github.com/advisories/GHSA-8g4q-xg66-9fp4
Is this on the radar to be addressed soon? For now I can directly reference version 6.0.11 in my project, but I'm not sure about impacts.
It appears that System.Text.Json has a known vulnerability that is detailed here. Flurl.Http seems to reference version 6.0.4 which is among the affected versions.
This can result in the following message while compiling in projects that use Flurl.Http directly or indirectly:
Is this on the radar to be addressed soon? For now I can directly reference version 6.0.11 in my project, but I'm not sure about impacts.