Skip to content

Add support for PAR #1740

Add support for PAR

Add support for PAR #1740

Triggered via pull request October 23, 2023 21:02
@josephdecockjosephdecock
synchronize #1424
joe/par
Status Success
Total duration 6m 23s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

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/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/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/Validation/Default/RequestObjectValidator.cs#L54
Dereference of a possibly null reference.
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/Services/IPushedAuthorizationService.cs#L16
Missing XML comment for publicly visible type or member 'IPushedAuthorizationService'
Analyze (csharp): src/IdentityServer/Services/IPushedAuthorizationService.cs#L21
XML comment has a param tag for 'referenceValue', but there is no parameter by that name