-
Notifications
You must be signed in to change notification settings - Fork 26
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
FubarCoder.RestSharp.Portable is deprecated and hasn't been updated since 2016 #72
Comments
Yes, this library contains High Severity vulnerabilities Issues with no direct upgrade or patch: |
I am also running into incompatibility issues with modern code bases because of this dependency. FWIW the newest version of swagger codegen uses a different HTTP library. However, I couldn't get this generated code to compile. We are having to write our own implementation the Brevo/Sendinblue API due to this. |
Has this been changed in Brevo CSharp ? https://www.nuget.org/packages/brevo_csharp/ |
Nope, it still depends on FubarCoder.RestSharp.Portable. |
Brevo respondend to my ticket in helpdesk that they tried to update sdk but encountered numerous errors. Therefore, they decided to maintain the current version for the time being. So if You wanna use it I think that you need to write your own sdk for security reasons |
The dependency was last updated 2016 and officially deprecated 2018. Especially as it's a networking library this is unacceptable from a security perspective. It also causes compatibility issues with modern code-bases.
https://github.com/FubarDevelopment/restsharp.portable
The text was updated successfully, but these errors were encountered: