Add Google authentication with OpenID Connect and PKCE #1085
account-management.yml
on: pull_request
Build and Test
4m 1s
Code Style and Linting
5m 32s
API Production
/
Deploy
Workers Production
/
Deploy
Annotations
10 warnings
|
Build and Test:
application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L170
Make sure creating this cookie without the "HttpOnly" flag is safe. (https://rules.sonarsource.com/csharp/RSPEC-3330)
|
|
Build and Test:
application/AppGateway/ApiAggregation/ApiAggregationService.cs#L80
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
|
Build and Test:
application/AppGateway/Program.cs#L45
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
|
Build and Test:
application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L79
Make sure creating this cookie without the "HttpOnly" flag is safe. (https://rules.sonarsource.com/csharp/RSPEC-3330)
|
|
Build and Test:
application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L42
Make sure creating this cookie without the "HttpOnly" flag is safe. (https://rules.sonarsource.com/csharp/RSPEC-3330)
|
|
Build and Test:
application/shared-kernel/SharedKernel/EntityFramework/SharedKernelDbContext.cs#L68
Loop should be simplified by calling Select(entityType => entityType.ClrType)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
|
Build and Test:
application/shared-kernel/SharedKernel/OpenIdConnect/ReturnPathHelper.cs#L49
Make sure creating this cookie without the "HttpOnly" flag is safe. (https://rules.sonarsource.com/csharp/RSPEC-3330)
|
|
Build and Test:
application/shared-kernel/SharedKernel/Database/DataMigrationRunner.cs#L184
Either log this exception and handle it, or rethrow it with some contextual information. (https://rules.sonarsource.com/csharp/RSPEC-2139)
|
|
Build and Test:
application/shared-kernel/SharedKernel/Database/DataMigrationRunner.cs#L101
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
|
Build and Test:
application/shared-kernel/SharedKernel/Authentication/TokenGeneration/AuthenticationTokenService.cs#L47
Make sure creating this cookie without the "HttpOnly" flag is safe. (https://rules.sonarsource.com/csharp/RSPEC-3330)
|