Skip to content

[PM-14439] Add PolicyRequirements for enforcement logic #5988

[PM-14439] Add PolicyRequirements for enforcement logic

[PM-14439] Add PolicyRequirements for enforcement logic #5988

Triggered via pull request January 29, 2025 03:37
@eliykateliykat
synchronize #5336
Status Success
Total duration 1h 4m 17s
Artifacts

scan.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Quality scan: src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Quality scan: src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Quality scan: src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Quality scan: src/Core/Vault/Queries/GetCipherPermissionsForUserQuery.cs#L86
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Quality scan: src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Quality scan: src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Quality scan: src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationInitiateDeleteCommand.cs#L12
XML comment has cref attribute 'BadRequestException' that could not be resolved