Preflight checklist
Ory Network Project
No response
Describe the bug
In .net 10 that now gives warnings about security issues on builds we are getting this
warning NU1902: Package 'RestSharp' 110.2.0 has a known moderate severity vulnerability, GHSA-4rr6-2v9v-wcpc Ory.Kratos.Client depends on it.
But the bad part is lets suppose in the same project you depend on RestSharp latest version as well, it breaks Ory.Kratos.Client.
Reproducing the bug
- Install Ory.Kratos.Client on a new project using .net 10 try to build and you will get this warning Ory.Kratos.Client.
- Install latest version of restsharp and it breaks completely the Ory.Kratos.Client normal usage.
Relevant log output
/home/xxx/test/Integrations.Tests/Integrations.Tests.csproj : warning NU1902: Package 'RestSharp' 110.2.0 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-4rr6-2v9v-wcpc
Relevant configuration
Version
v25.4.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes
Additional Context
No response