Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

VULNERABILITY: CVE-2024-30105 - System.Text.Json (>=7.0.0 <=8.0.3) #582

Closed
fmarkyy98 opened this issue Jul 23, 2024 · 3 comments
Closed

Comments

@fmarkyy98
Copy link

https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-30105
image

@leastprivilege
Copy link
Contributor

What are you trying to say?

@josephdecock
Copy link
Contributor

We've shared some thoughts on our approach to applying security patches before that you might find interesting:

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.

@fmarkyy98
Copy link
Author

@josephdecock thank you for this detailed explanation, I really appreciate it. Closing the issue, based on the answer you gave.

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

No branches or pull requests

3 participants