Integrate rl-scanner #20
release.yml
on: push
rl-scanner
/
Run Reversing Labs scanner
1m 6s
release
/
release
0s
Annotations
12 warnings
rl-scanner / Run Reversing Labs scanner
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
rl-scanner / Run Reversing Labs scanner
The following actions uses node12 which is deprecated and will be forced to run on node16: aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
rl-scanner / Run Reversing Labs scanner
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/setup-python@v4, aws-actions/configure-aws-credentials@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
rl-scanner / Run Reversing Labs scanner:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L162
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
rl-scanner / Run Reversing Labs scanner:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L251
Dereference of a possibly null reference.
|
rl-scanner / Run Reversing Labs scanner:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L162
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
rl-scanner / Run Reversing Labs scanner:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L251
Dereference of a possibly null reference.
|
rl-scanner / Run Reversing Labs scanner:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L162
Possible null reference argument for parameter 'sid' in 'Task<bool> ILogoutTokenHandler.IsLoggedOutAsync(string issuer, string sid)'.
|
rl-scanner / Run Reversing Labs scanner:
src/Auth0.AspNetCore.Authentication/AuthenticationBuilderExtensions.cs#L251
Dereference of a possibly null reference.
|
rl-scanner / Run Reversing Labs scanner:
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)
|
rl-scanner / Run Reversing Labs scanner:
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'
|
rl-scanner / Run Reversing Labs scanner:
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)
|