Open mikernet opened 1 day ago
Please fix the reference to vulnerable Newtonsoft.Json versions, which cause build warnings/errors when building on .NET 9:
Newtonsoft.Json
Package 'Newtonsoft.Json' 11.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-5crp-9r3c-p9vr [net9.0] │ ├─ Hangfire.AspNetCore (v1.8.15) │ └─ Hangfire.NetCore (v1.8.15) │ └─ Hangfire.Core (v1.8.15) │ └─ Newtonsoft.Json (v11.0.1) ├─ Hangfire.Core (v1.8.15) │ └─ Newtonsoft.Json (v11.0.1) └─ Hangfire.SqlServer (v1.8.15) └─ Hangfire.Core (v1.8.15) └─ Newtonsoft.Json (v11.0.1)
Hi @mikernet, the very same issue is reported here: https://github.com/HangfireIO/Hangfire/issues/2468
Please fix the reference to vulnerable
Newtonsoft.Json
versions, which cause build warnings/errors when building on .NET 9: