-
Notifications
You must be signed in to change notification settings - Fork 13
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
Possible security vulnerability in AzureKeyVault provider #423
Comments
Maybe this is because we still use some deprecated packges in that project. Maybe one of those packages is the culprit ? |
Yes, that would be my guess as well, as we needed to be backwards compatible. But, with the new major version on .NET 8, we could possibly remove those. |
I think it is important to have a look at it. |
Think this is done by: #424 ? |
Indeed, this looks to be resolved. Thanks! |
The Azure KeyVault provider project has a (transitive) reference to Newtonsoft.JSON 10.0.3, which apparently has a security vulnerability.
We should upgrade to a more recent version of Newtonsoft.Json. (10.0.3 already dates back to 2017!)
The text was updated successfully, but these errors were encountered: