Skip to content

Update SECURITY.md file #4

Update SECURITY.md file

Update SECURITY.md file #4

Triggered via push January 13, 2024 07:05
Status Success
Total duration 1m 46s
Billable time 2m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: VideoPlatform.Common/Infrastructure/Extensions/ControllersExtension.cs#L11
'FluentValidationMvcExtensions.AddFluentValidation(IMvcBuilder, Action<FluentValidationMvcConfiguration>)' is obsolete: 'Calling AddFluentValidation() is deprecated. Call services.AddFluentValidationAutoValidation().AddFluentValidationClientsideAdapters() instead, which has the same effect. For details see https://github.com/FluentValidation/FluentValidation/issues/1965'
build: VideoPlatform.AuthenticationService/Quickstart/Grants/GrantsController.cs#L61
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: VideoPlatform.AuthenticationService/Quickstart/Account/AccountController.cs#L23
Missing XML comment for publicly visible type or member 'AccountController'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountController.cs#L32
Missing XML comment for publicly visible type or member 'AccountController.AccountController(UserManager<AppUser>, SignInManager<AppUser>, IIdentityServerInteractionService, IClientStore, IAuthenticationSchemeProvider, IEventService)'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountController.cs#L184
Missing XML comment for publicly visible type or member 'AccountController.AccessDenied()'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L10
Missing XML comment for publicly visible type or member 'AccountOptions'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L12
Missing XML comment for publicly visible type or member 'AccountOptions.AllowLocalLogin'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L13
Missing XML comment for publicly visible type or member 'AccountOptions.AllowRememberLogin'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L14
Missing XML comment for publicly visible type or member 'AccountOptions.RememberMeLoginDuration'
build: VideoPlatform.AuthenticationService/Quickstart/Account/AccountOptions.cs#L16
Missing XML comment for publicly visible type or member 'AccountOptions.ShowLogoutPrompt'