Skip to content

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

[PM-14439] Add PolicyRequirements for enforcement logic

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

Triggered via pull request January 29, 2025 03:37
@eliykateliykat
synchronize #5336
Status Success
Total duration 9m 16s
Artifacts 35

build.yml

on: pull_request_target
Check PR run  /  Check
4s
Check PR run / Check
Matrix: Build artifacts
Matrix: Build MSSQL migrator utility
Matrix: Build Docker images
Upload
1m 41s
Upload
Trigger self-host build
0s
Trigger self-host build
Trigger k8s deploy
0s
Trigger k8s deploy
Trigger Ephemeral Environment updates
0s
Trigger Ephemeral Environment updates
Check for failures
12s
Check for failures
Trigger Ephemeral Environment Sync  /  ...  /  Check
Trigger Ephemeral Environment Sync / Check PR run / Check
Trigger Ephemeral Environment Sync  /  Cleanup config
Trigger Ephemeral Environment Sync / Cleanup config
Trigger Ephemeral Environment Sync  /  Sync Ephemeral Environment
Trigger Ephemeral Environment Sync / Sync Ephemeral Environment
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 181 warnings
Bit.Core.Test.Tools.Services.SendServiceTests ► SaveFileSendAsync_HasEnoughStorage_SendFileThrows_CleansUp(sutProvider: SutProvider`1 { Sut = SendService { }, SutType = typeof(Bit.Core.Tools.Services.SendService) }, send: Send { AccessCount = 68, Ciphe...: test/Core.Test/Tools/Services/SendServiceTests.cs#L521
Failed test found in: test/Core.Test/TestResults/oss-test-results.trx Error: Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.Exception) Actual: typeof(System.NullReferenceException) ---- System.NullReferenceException : Object reference not set to an instance of an object.
Bit.Core.Test.Tools.Services.SendServiceTests ► SaveSendAsync_DisableHideEmail_Applies_throws(sendType: File, sutProvider: SutProvider`1 { Sut = SendService { }, SutType = typeof(Bit.Core.Tools.Services.SendService) }, send: Send { AccessCount = 20, Ci...: test/Core.Test/Tools/Services/SendServiceTests.cs#L102
Failed test found in: test/Core.Test/TestResults/oss-test-results.trx test/Core.Test/TestResults/oss-test-results.trx Error: Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(Bit.Core.Exceptions.BadRequestException) Actual: typeof(System.NullReferenceException) ---- System.NullReferenceException : Object reference not set to an instance of an object.
Bit.Core.Test.Tools.Services.SendServiceTests ► SaveSendAsync_DisableHideEmail_DoesntApply_success(sendType: File, sutProvider: SutProvider`1 { Sut = SendService { }, SutType = typeof(Bit.Core.Tools.Services.SendService) }, send: Send { AccessCount = 1...: src/Core/Tools/Services/Implementations/SendService.cs#L298
Failed test found in: test/Core.Test/TestResults/oss-test-results.trx test/Core.Test/TestResults/oss-test-results.trx Error: System.NullReferenceException : Object reference not set to an instance of an object.
Bit.Core.Test.Tools.Services.SendServiceTests ► SaveSendAsync_DisableSend_Applies_throws(sendType: File, sutProvider: SutProvider`1 { Sut = SendService { }, SutType = typeof(Bit.Core.Tools.Services.SendService) }, send: Send { AccessCount = 248, Cipher...: test/Core.Test/Tools/Services/SendServiceTests.cs#L54
Failed test found in: test/Core.Test/TestResults/oss-test-results.trx test/Core.Test/TestResults/oss-test-results.trx Error: Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(Bit.Core.Exceptions.BadRequestException) Actual: typeof(System.NullReferenceException) ---- System.NullReferenceException : Object reference not set to an instance of an object.
Bit.Core.Test.Tools.Services.SendServiceTests ► SaveSendAsync_DisableSend_DoesntApply_success(sendType: File, sutProvider: SutProvider`1 { Sut = SendService { }, SutType = typeof(Bit.Core.Tools.Services.SendService) }, send: Send { AccessCount = 137, C...: src/Core/Tools/Services/Implementations/SendService.cs#L298
Failed test found in: test/Core.Test/TestResults/oss-test-results.trx test/Core.Test/TestResults/oss-test-results.trx Error: System.NullReferenceException : Object reference not set to an instance of an object.
Build MSSQL migrator utility (win-x64): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build MSSQL migrator utility (win-x64): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build MSSQL migrator utility (win-x64): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build MSSQL migrator utility (win-x64): 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.
Build MSSQL migrator utility (win-x64): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build MSSQL migrator utility (win-x64): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (MsSqlMigratorUtility, ./util, true): 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.
Build artifacts (MsSqlMigratorUtility, ./util, true): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build MSSQL migrator utility (osx-x64): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build MSSQL migrator utility (osx-x64): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build MSSQL migrator utility (osx-x64): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build MSSQL migrator utility (osx-x64): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build MSSQL migrator utility (osx-x64): 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.
Build MSSQL migrator utility (osx-x64): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Setup, ./util): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Setup, ./util): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Setup, ./util): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Setup, ./util): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Setup, ./util): 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.
Build artifacts (Setup, ./util): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Setup, ./util): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationInitiateDeleteCommand.cs#L12
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build MSSQL migrator utility (linux-x64): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build MSSQL migrator utility (linux-x64): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build MSSQL migrator utility (linux-x64): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build MSSQL migrator utility (linux-x64): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build MSSQL migrator utility (linux-x64): 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.
Build MSSQL migrator utility (linux-x64): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Notifications, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Notifications, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Notifications, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Notifications, ./src): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Notifications, ./src): 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.
Build artifacts (Notifications, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (EventsProcessor, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (EventsProcessor, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (EventsProcessor, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (EventsProcessor, ./src): 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.
Build artifacts (EventsProcessor, ./src): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (EventsProcessor, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Billing, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Billing, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Billing, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Billing, ./src): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Billing, ./src): 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.
Build artifacts (Billing, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Billing, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationInitiateDeleteCommand.cs#L12
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Events, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Events, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Events, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Events, ./src): 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.
Build artifacts (Events, ./src): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Events, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Events, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationInitiateDeleteCommand.cs#L12
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Scim, ./bitwarden_license/src, true): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Scim, ./bitwarden_license/src, true): 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.
Build artifacts (Identity, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Identity, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Identity, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Identity, ./src): 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.
Build artifacts (Identity, ./src): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Identity, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Identity, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationInitiateDeleteCommand.cs#L12
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Icons, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Icons, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Icons, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Icons, ./src): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Icons, ./src): 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.
Build artifacts (Icons, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Icons, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationInitiateDeleteCommand.cs#L12
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Sso, ./bitwarden_license/src, true): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Sso, ./bitwarden_license/src, true): 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.
Build artifacts (Api, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Api, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Api, ./src): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Api, ./src): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Api, ./src): 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.
Build artifacts (Api, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Api, ./src): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationInitiateDeleteCommand.cs#L12
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Admin, ./src, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Build artifacts (Admin, ./src, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Build artifacts (Admin, ./src, true): src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Build artifacts (Admin, ./src, true): src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Build artifacts (Admin, ./src, true): 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.
Build artifacts (Admin, ./src, true): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build artifacts (Admin, ./src, true): src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationInitiateDeleteCommand.cs#L12
XML comment has cref attribute 'BadRequestException' that could not be resolved
Build Docker images (Server, ./util, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Api, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Sso, ./bitwarden_license/src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Setup, ./util, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Scim, ./bitwarden_license/src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Attachments, ./util)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Events, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Admin, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (MsSqlMigratorUtility, ./util, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Identity, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (EventsProcessor, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Icons, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Nginx, ./util)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Notifications, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (Billing, ./src, true)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Build Docker images (MsSql, ./util)
Failed minimum severity level. Found vulnerabilities with level 'medium' or higher
Upload: src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
Upload: src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
Upload: src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
Upload: src/Core/AdminConsole/OrganizationFeatures/OrganizationUsers/UpdateOrganizationUserCommand.cs#L137
Possible null reference argument for parameter 'collections' in 'Task IOrganizationUserRepository.ReplaceAsync(OrganizationUser obj, IEnumerable<CollectionAccessSelection> collections)'.
Upload: 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.
Upload: src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationDeleteCommand.cs#L11
XML comment has cref attribute 'BadRequestException' that could not be resolved
Upload: src/Core/AdminConsole/OrganizationFeatures/Organizations/Interfaces/IOrganizationInitiateDeleteCommand.cs#L12
XML comment has cref attribute 'BadRequestException' that could not be resolved
Upload: src/Identity/Controllers/AccountsController.cs#L201
Unreachable code detected
Upload: src/Identity/Controllers/AccountsController.cs#L207
Unreachable code detected
Upload: src/Identity/Controllers/AccountsController.cs#L212
Unreachable code detected
Upload: src/Identity/Controllers/AccountsController.cs#L219
Unreachable code detected
Upload: src/Identity/Controllers/AccountsController.cs#L226
Unreachable code detected

Artifacts

Produced during runtime
Name Size
Admin.zip
45 MB
Api.zip
43.5 MB
Billing.zip
42 MB
Events.zip
41.9 MB
EventsProcessor.zip
41.9 MB
Icons.zip
42.3 MB
Identity.zip
42 MB
MsSqlMigratorUtility-linux-x64
58.8 MB
MsSqlMigratorUtility-osx-x64
58.7 MB
MsSqlMigratorUtility-win-x64
59.8 MB
MsSqlMigratorUtility.zip
25.3 MB
Notifications.zip
42.2 MB
Scim.zip
41.9 MB
Server.zip
47.5 KB
Setup.zip
25 MB
Sso.zip
43.6 MB
bitwarden~server~33HNK2.dockerbuild
21.1 KB
bitwarden~server~3ZO2H1.dockerbuild
14 KB
bitwarden~server~6XN4AY.dockerbuild
25.1 KB
bitwarden~server~864NOI.dockerbuild
22.4 KB
bitwarden~server~B1LJTI.dockerbuild
21.7 KB
bitwarden~server~DQO3SO.dockerbuild
21.3 KB
bitwarden~server~ENRA99.dockerbuild
22.6 KB
bitwarden~server~HSJGSU.dockerbuild
22.4 KB
bitwarden~server~MFKYQ0.dockerbuild
21.8 KB
bitwarden~server~MTGTAZ.dockerbuild
21.7 KB
bitwarden~server~T5T8Y9.dockerbuild
22 KB
bitwarden~server~VOIWK8.dockerbuild
18.3 KB
bitwarden~server~VZDJU5.dockerbuild
22.6 KB
bitwarden~server~W1WKOH.dockerbuild
21.7 KB
bitwarden~server~X3ZM9V.dockerbuild
15.2 KB
bitwarden~server~Z3YXMN.dockerbuild
21.8 KB
identity.json
2.04 KB
internal.json
38.9 KB
swagger.json
7.22 KB