Skip to content

chore(deps): bump Altinn.Common.AccessToken from 3.0.2 to 3.0.3 in /test/Altinn.Platform.Authentication.Tests #371

chore(deps): bump Altinn.Common.AccessToken from 3.0.2 to 3.0.3 in /test/Altinn.Platform.Authentication.Tests

chore(deps): bump Altinn.Common.AccessToken from 3.0.2 to 3.0.3 in /test/Altinn.Platform.Authentication.Tests #371

Status Success
Total duration 4m 2s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze (csharp): src/Authentication/Model/AuthenticationEvent.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze (csharp): src/Authentication/Services/EventLogService.cs#L49
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Authentication/Services/EventLogService.cs#L68
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L242
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L271
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L371
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L491
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L625
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Analyze (csharp): src/Authentication/Controllers/AuthenticationController.cs#L878
'SecurityTokenUnableToValidateException' is obsolete: 'This expception is no longer being thrown by Microsoft.IdentityModel and will be removed in the next major version see: https://aka.ms/SecurityTokenUnableToValidateException'
Analyze (csharp): src/Authentication/Helpers/EventlogHelper.cs#L28
Parameter 'context' has no matching param tag in the XML comment for 'EventlogHelper.MapAuthenticationEvent(string, AuthenticationEventType, HttpContext, DateTime, bool)' (but other parameters do)