Skip to content

Merge pull request #187 from Abblix/fix/security-review-2026-06 #69

Merge pull request #187 from Abblix/fix/security-review-2026-06

Merge pull request #187 from Abblix/fix/security-review-2026-06 #69

Triggered via push June 11, 2026 12:13
Status Success
Total duration 4m 4s
Artifacts
Pack and publish dev build
4m 1s
Pack and publish dev build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Pack and publish dev build: Abblix.Oidc.Server/Features/Tokens/Formatters/IClientJwtFormatter.cs#L42
Do not forget to remove this deprecated code someday.
Pack and publish dev build: Abblix.Oidc.Server/Endpoints/ServiceCollectionExtensions.cs#L569
Change return type to 'void'; not a single caller uses the returned value.
Pack and publish dev build: Abblix.Oidc.Server/Features/RequestObject/RequestObjectFetcher.cs#L114
Parameter 'requiredSigningAlgorithm' has no matching param tag in the XML comment for 'RequestObjectFetcher.ValidateAsync(string, Func<ClientInfo, string?>?)' (but other parameters do)
Pack and publish dev build: Abblix.Oidc.Server/Features/RequestObject/RequestObjectFetcher.cs#L70
Parameter 'requiredSigningAlgorithm' has no matching param tag in the XML comment for 'RequestObjectFetcher.FetchAsync<T>(T, string?, Func<ClientInfo, string?>?)' (but other parameters do)
Pack and publish dev build: Abblix.Oidc.Server/Endpoints/ServiceCollectionExtensions.cs#L438
Parameter 'lifetime' has no matching param tag in the XML comment for 'ServiceCollectionExtensions.AddAuthorizationResponseProcessor<TImpl>(IServiceCollection, ServiceLifetime)' (but other parameters do)
Pack and publish dev build: Abblix.Oidc.Server/Endpoints/Introspection/Interfaces/IntrospectionSuccess.cs#L43
Missing XML comment for publicly visible type or member 'IntrospectionSuccess.Parameters.Active'
Pack and publish dev build: Abblix.Oidc.Server/Endpoints/Authorization/IConsentConstraintEnforcer.cs#L32
XML comment has cref attribute 'ITokenAuthorizationContextEvaluator' that could not be resolved