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
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.
The text was updated successfully, but these errors were encountered:
Thanks. Yes I'll get this fixed for the next release. In the mean time, it should be perfectly fine to upgrade STJ yourself. In the unlikely event that you encounter some issue with it, please report back.
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.
The text was updated successfully, but these errors were encountered: