You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Akka.Hosting is vulerable to CVE-2024-43485 because it has a minimum dependency to Microsoft.Extensions.Hosting v6.0.0, causing it to have transitive dependency to System.Text.Json v6.0.0.
Workaround
If you're targetting .NET 6.0, add an explicit dependency to System.Text.Json v6.0.10
If you're targetting .NET 8.0, add an explicit dependency to System.Text.Json v8.0.5
The text was updated successfully, but these errors were encountered:
Version Information
Version of Akka.Hosting? 1.5.31.1 and below
Describe the bug
Akka.Hosting
is vulerable to CVE-2024-43485 because it has a minimum dependency toMicrosoft.Extensions.Hosting
v6.0.0, causing it to have transitive dependency toSystem.Text.Json
v6.0.0.Workaround
System.Text.Json
v6.0.10System.Text.Json
v8.0.5The text was updated successfully, but these errors were encountered: