SWI-3723 [Snyk] Security upgrade RestSharp from 110.2.0 to 111.4.0 #66
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Bandwidth.Standard/Client/ApiClient.cs#L450
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
|
src/Bandwidth.Standard/Client/ApiClient.cs#L467
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
|
src/Bandwidth.Standard/Client/ApiClient.cs#L547
'RestClientOptions.MaxTimeout' is obsolete: 'Use Timeout instead.'
|
src/Bandwidth.Standard/Client/ApiClient.cs#L564
'RestClientExtensions.Deserialize<T>(IRestClient, RestResponse)' is obsolete: 'Please use the async overload with a cancellation token'
|
src/Bandwidth.Standard/Api/MessagesApi.cs#L588
The result of the expression is always 'true' since a value of type 'MessageStatusEnum' is never equal to 'null' of type 'MessageStatusEnum?'
|
src/Bandwidth.Standard/Api/MessagesApi.cs#L592
The result of the expression is always 'true' since a value of type 'ListMessageDirectionEnum' is never equal to 'null' of type 'ListMessageDirectionEnum?'
|
src/Bandwidth.Standard/Api/MessagesApi.cs#L600
The result of the expression is always 'true' since a value of type 'MessageTypeEnum' is never equal to 'null' of type 'MessageTypeEnum?'
|
src/Bandwidth.Standard/Api/MessagesApi.cs#L757
The result of the expression is always 'true' since a value of type 'MessageStatusEnum' is never equal to 'null' of type 'MessageStatusEnum?'
|
src/Bandwidth.Standard/Api/MessagesApi.cs#L761
The result of the expression is always 'true' since a value of type 'ListMessageDirectionEnum' is never equal to 'null' of type 'ListMessageDirectionEnum?'
|
src/Bandwidth.Standard/Api/MessagesApi.cs#L769
The result of the expression is always 'true' since a value of type 'MessageTypeEnum' is never equal to 'null' of type 'MessageTypeEnum?'
|
This job succeeded
Loading