Skip to content

[PM-13836] Refactor IPolicyService to remove unnecessary IOrganizationService dependency #3998

[PM-13836] Refactor IPolicyService to remove unnecessary IOrganizationService dependency

[PM-13836] Refactor IPolicyService to remove unnecessary IOrganizationService dependency #3998

Re-run triggered October 18, 2024 15:24
Status Success
Total duration 2m 32s
Artifacts

scan.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Quality scan: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L11
'ProviderInitiateDeleteModel.WebVaultUrl' hides inherited member 'BaseMailModel.WebVaultUrl'. Use the new keyword if hiding was intended.
Quality scan: src/Core/Models/Mail/Provider/ProviderInitiateDeleteModel.cs#L14
'ProviderInitiateDeleteModel.SiteName' hides inherited member 'BaseMailModel.SiteName'. Use the new keyword if hiding was intended.
Quality scan: src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L121
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Quality scan: src/Billing/Controllers/StripeController.cs#L36
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
Quality scan: src/Billing/Controllers/FreshsalesController.cs#L49
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
Quality scan: src/Billing/Controllers/BitPayController.cs#L51
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
Quality scan: src/Billing/Controllers/FreshdeskController.cs#L44
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
Quality scan: src/Billing/Controllers/BitPayController.cs#L200
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)
Quality scan: bitwarden_license/src/Scim/Controllers/v2/UsersController.cs#L47
ModelState.IsValid should be checked in controller actions. (https://rules.sonarsource.com/csharp/RSPEC-6967)