QA-689/BEEEP-public-api-GET-subscription-details #5126
Annotations
10 warnings
Scan with SonarCloud:
src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
|
Scan with SonarCloud:
src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
|
Scan with SonarCloud:
src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L121
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
|
Scan with SonarCloud:
src/Core/Billing/Services/Implementations/PaymentHistoryService.cs#L15
Parameter 'logger' is unread.
|
Scan with SonarCloud:
src/Core/Billing/Services/IProviderBillingService.cs#L52
XML comment has cref attribute 'planType' that could not be resolved
|
Scan with SonarCloud:
src/Core/Auth/Utilities/DuoWeb.cs#L221
Make sure this weak hash algorithm is not used in a sensitive context here. (https://rules.sonarsource.com/csharp/RSPEC-4790)
|
Scan with SonarCloud:
src/Core/Auth/Utilities/DuoApi.cs#L201
Make sure this weak hash algorithm is not used in a sensitive context here. (https://rules.sonarsource.com/csharp/RSPEC-4790)
|
Scan with SonarCloud:
src/Core/Services/Implementations/UserService.cs#L170
'_currentContext' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
Scan with SonarCloud:
src/Core/Services/Implementations/UserService.cs#L181
'_currentContext' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
Scan with SonarCloud:
src/Core/Services/Implementations/UserService.cs#L965
'paymentService' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
Loading