What's the state of this project?
As far as I can tell it is basically abandoned:
- The last commit was more than 5 years ago
- PRs are not being reviewed or merged
- Issues are not being addressed
- Version
11.0.2 of Newtonsoft.Json is vulnerable to GHSA-5crp-9r3c-p9vr
I am currently working on a project that interacts with Zammad. I need a stable and reliable library, so I've decided to create a modernized fork of this library:
https://github.com/meenzen/Zammad.Client.SystemTextJson
It uses System.Text.Json instead of Newtonsoft.Json and supports the latest .NET releases.
What's the state of this project?
As far as I can tell it is basically abandoned:
11.0.2ofNewtonsoft.Jsonis vulnerable to GHSA-5crp-9r3c-p9vrI am currently working on a project that interacts with Zammad. I need a stable and reliable library, so I've decided to create a modernized fork of this library:
https://github.com/meenzen/Zammad.Client.SystemTextJson
It uses
System.Text.Jsoninstead ofNewtonsoft.Jsonand supports the latest .NET releases.