Avalonia.Samples icon indicating copy to clipboard operation
Avalonia.Samples copied to clipboard

CVE-2024-30105 in System.Text.Json

Open joecare99 opened this issue 1 year ago • 1 comments

Describe the bug

See https://github.com/advisories/GHSA-hh2w-p6rv-4g7w

  • [X] Outdated or not working source code

Sample affected

... Many !

Proposed solution

explicit use System.Text.Json 8.0.5 or 9.0.0

  • [X] I'll send a pull request which should solve the issue

Screenshots

Additional context

joecare99 avatar Jan 12 '25 09:01 joecare99

Only usage of System.Text.Json is this sample: https://github.com/AvaloniaUI/Avalonia.Samples/blob/4514c2b1b2f0337ff0d5615f7e37622d9c2cdbca/src/Avalonia.Samples/CompleteApps/SimpleToDoList/Services/ToDoListFileService.cs#L4

maxkatz6 avatar Jan 13 '25 01:01 maxkatz6