CyberSource / cybersource-rest-client-dotnet

.NET client library for the CyberSource REST API
Other
19 stars 44 forks source link

Dependency on a Vulnerable Version of RestSharp #190

Closed cybernetixzero closed 1 week ago

cybernetixzero commented 1 week ago

While exploring the C# sample project, Visual Studio reported that RestSharp 108.0.3 is vulnerable.

When using NuGet to update the packages, it will throw an error "Unable to resolve dependencies. 'RestSharp 112.1.0' is not compatible with 'CyberSource.Rest.Client 0.0.1.46 constraint: RestSharp (= 108.0.3)'."

Requesting the maintainers please update the RestSharp dependency to a later version that is stable and not vulnerable.

Thank you very much in advance.

RestSharp Dependency Error
cybernetixzero commented 1 week ago

Thank you @monu-kumar-visa, I can confirm the changes you pushed to the repo have corrected this issue. I appreciate your speedy resolution!