fix: apply 7.0.12 secuity fixes #425
Annotations
2 errors and 11 warnings
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, github/codeql-action/init@v1, github/codeql-action/analyze@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/BlazorApp/Aguacongas.TheIdServer.BlazorApp.Infrastructure/Validators/UniqueValidator.cs#L29
'ValidationContext<T>.PropertyName' is obsolete: 'This property has been deprecated due to its misleading name. Use the PropertyPath property instead, which returns the same value.'
|
src/IdentityServer/Duende/Aguacongas.IdentityServer.Saml2p.Duende/Services/Signin/SignInResponseGenerator.cs#L89
Possible null reference argument for parameter 'clientId' in 'Task IUserSession.AddClientIdAsync(string clientId)'.
|
src/IdentityServer/Duende/Aguacongas.IdentityServer.Saml2p.Duende/Services/Signin/SignInResponseGenerator.cs#L186
Possible null reference argument for parameter 'clientId' in 'Task IUserSession.AddClientIdAsync(string clientId)'.
|
src/IdentityServer/Duende/Aguacongas.IdentityServer.Admin.Duende/Services/CustomJwtRequestValidator.cs#L73
'JsonWebTokenHandler.ValidateToken(string, TokenValidationParameters)' is obsolete: '`JsonWebTokens.ValidateToken(string, TokenValidationParameters)` has been deprecated and will be removed in a future release. Use `JsonWebTokens.ValidateTokenAsync(string, TokenValidationParameters)` instead. For more information, see https://aka.ms/IdentityModel/7-breaking-changes'
|
sample/MultiTiers/Aguacongas.TheIdServer.Public/Quickstart/Account/AccountController.cs#L324
'HttpContextExtensions.GetSchemeSupportsSignOutAsync(HttpContext, string)' is obsolete: 'For a replacement, use IAuthenticationHandlerProvider.GetHandlerAsync and check if the handler implements IAuthenticationSignOutHandler.'
|
src/BlazorApp/Aguacongas.TheIdServer.BlazorApp.Infrastructure/Validators/UniqueValidator.cs#L29
'ValidationContext<T>.PropertyName' is obsolete: 'This property has been deprecated due to its misleading name. Use the PropertyPath property instead, which returns the same value.'
|
src/IdentityServer/Duende/Aguacongas.IdentityServer.Saml2p.Duende/Services/Signin/SignInResponseGenerator.cs#L89
Possible null reference argument for parameter 'clientId' in 'Task IUserSession.AddClientIdAsync(string clientId)'.
|
src/IdentityServer/Duende/Aguacongas.IdentityServer.Saml2p.Duende/Services/Signin/SignInResponseGenerator.cs#L186
Possible null reference argument for parameter 'clientId' in 'Task IUserSession.AddClientIdAsync(string clientId)'.
|
src/IdentityServer/Duende/Aguacongas.IdentityServer.Admin.Duende/Services/CustomJwtRequestValidator.cs#L73
'JsonWebTokenHandler.ValidateToken(string, TokenValidationParameters)' is obsolete: '`JsonWebTokens.ValidateToken(string, TokenValidationParameters)` has been deprecated and will be removed in a future release. Use `JsonWebTokens.ValidateTokenAsync(string, TokenValidationParameters)` instead. For more information, see https://aka.ms/IdentityModel/7-breaking-changes'
|
sample/MultiTiers/Aguacongas.TheIdServer.Public/Quickstart/Account/AccountController.cs#L324
'HttpContextExtensions.GetSchemeSupportsSignOutAsync(HttpContext, string)' is obsolete: 'For a replacement, use IAuthenticationHandlerProvider.GetHandlerAsync and check if the handler implements IAuthenticationSignOutHandler.'
|
The logs for this run have expired and are no longer available.
Loading