[PM-10365] Drop OrganizationUser AccessAll #3459
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#L118
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#L14
Parameter 'logger' is unread.
|
Scan with SonarCloud:
src/Infrastructure.Dapper/AdminConsole/Repositories/OrganizationRepository.cs#L180
Possible null reference return.
|
Scan with SonarCloud:
bitwarden_license/src/Scim/Controllers/v2/UsersController.cs#L50
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
Scan with SonarCloud:
bitwarden_license/src/Scim/Controllers/v2/GroupsController.cs#L50
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
Scan with SonarCloud:
bitwarden_license/src/Scim/Controllers/v2/UsersController.cs#L61
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
Scan with SonarCloud:
bitwarden_license/src/Scim/Controllers/v2/UsersController.cs#L79
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
Scan with SonarCloud:
bitwarden_license/src/Scim/Controllers/v2/UsersController.cs#L87
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
|
Loading