Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerable Newtonsoft.Json dependency #2472

Open
mikernet opened this issue Nov 20, 2024 · 1 comment
Open

Vulnerable Newtonsoft.Json dependency #2472

mikernet opened this issue Nov 20, 2024 · 1 comment

Comments

@mikernet
Copy link

mikernet commented Nov 20, 2024

Please fix the reference to vulnerable Newtonsoft.Json versions, which cause build warnings/errors when building on .NET 9:

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)
@abarducci
Copy link

Hi @mikernet,
the very same issue is reported here: #2468

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

No branches or pull requests

2 participants