Add support for PAR #1735
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
Analyze (csharp):
src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L305
Cannot convert null literal to non-nullable reference type.
|
Analyze (csharp):
src/IdentityServer/Endpoints/PushedAuthorizationEndpoint.cs#L95
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.
|
Analyze (csharp):
src/IdentityServer/Services/IPushedAuthorizationService.cs#L58
Non-nullable property 'ReferenceValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/IdentityServer/Services/IPushedAuthorizationService.cs#L59
Non-nullable property 'PushedParameters' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Analyze (csharp):
src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L54
Dereference of a possibly null reference.
|
Analyze (csharp):
src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L207
Possible null reference return.
|
Analyze (csharp):
src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L233
Possible null reference argument for parameter 'source' in 'Claim? Enumerable.SingleOrDefault<Claim>(IEnumerable<Claim> source, Func<Claim, bool> predicate)'.
|
Analyze (csharp):
src/IdentityServer/Validation/Default/RequestObjectValidator.cs#L248
Possible null reference argument for parameter 'source' in 'Claim? Enumerable.SingleOrDefault<Claim>(IEnumerable<Claim> source, Func<Claim, bool> predicate)'.
|
Analyze (csharp):
src/IdentityServer/Configuration/DependencyInjection/Options/LoggingOptions.cs#L57
Missing XML comment for publicly visible type or member 'LoggingOptions.PushedAuthorizationSensitiveValuesFilter'
|
Analyze (csharp):
src/IdentityServer/Services/IPushedAuthorizationService.cs#L16
Missing XML comment for publicly visible type or member 'IPushedAuthorizationService'
|