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
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
The bottom line is that when there is a vulnerability in the dependency graph, we do generally update our dependency to address it. But, we can't just completely automate it away because we've historically seen lots of breaking changes and diamond dependency problems. Our approach to dependencies in general follows some sometimes conflicting goals:
be as relaxed as possible to try to make our libraries as easily compatible as possible
avoid dependencies that have known vulnerabilities
So yes, we will likely update our dependency on System.Text.Json in a future release. For now, you should consider installing System.Text.Json 8.0.4 manually.
https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-30105

The text was updated successfully, but these errors were encountered: