Integrate rl-scanner #75
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L162
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
Build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L251
Dereference of a possibly null reference.
|
Build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L162
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
Build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L251
Dereference of a possibly null reference.
|
Build:
src/Auth0.AspNetCore.Authentication/Exceptions/ApiException.cs#L68
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Build:
src/Auth0.AspNetCore.Authentication/BackchannelLogout/BackchannelLogoutHandler.cs#L107
'OpenIdConnectOptions.SecurityTokenValidator' is obsolete: 'SecurityTokenValidator is no longer used by default. Use TokenHandler instead. To continue using SecurityTokenValidator, set UseSecurityTokenValidator to true. See https://aka.ms/aspnetcore8/security-token-changes'
|
Build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L162
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
Build:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L251
Dereference of a possibly null reference.
|
Build:
src/Auth0.AspNetCore.Authentication/BackchannelLogout/BackchannelLogoutHandler.cs#L29
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
|
Build:
tests/Auth0.AspNetCore.Authentication.IntegrationTests/Utils/JwtTokenBuilder.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading