[PM-19150] Add ArchivedDate Column to Cipher Table for Archive Vault Items #6773
Annotations
10 warnings
Scan with SonarCloud:
src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L23
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'User'.'
|
Scan with SonarCloud:
src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'User'.'
|
Scan with SonarCloud:
src/Core/Auth/Identity/TokenProviders/DuoUniversalTokenProvider.cs#L24
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
Scan with SonarCloud:
src/Core/Billing/Services/Implementations/PaymentHistoryService.cs#L15
Parameter 'logger' is unread.
|
Scan with SonarCloud:
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.
|
Scan with SonarCloud:
src/Core/Billing/Services/IProviderBillingService.cs#L62
XML comment has cref attribute 'planType' that could not be resolved
|
Scan with SonarCloud:
src/Core/Vault/Repositories/ICipherRepository.cs#L48
XML comment has cref attribute 'IGetCipherPermissionsForUserQuery' that could not be resolved
|
Scan with SonarCloud:
src/Core/Utilities/CoreHelpers.cs#L32
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
|
Scan with SonarCloud:
src/Core/Services/Implementations/MultiServiceMailDeliveryService.cs#L14
Make sure that using this pseudorandom number generator is safe here. (https://rules.sonarsource.com/csharp/RSPEC-2245)
|
Scan with SonarCloud:
src/Core/AdminConsole/OrganizationFeatures/OrganizationConnections/ValidateBillingSyncKeyCommand.cs#L30
'orgApiKey' is null on at least one execution path. (https://rules.sonarsource.com/csharp/RSPEC-2259)
|
Loading