Skip to content

Add debug statement when returning early #429

Add debug statement when returning early

Add debug statement when returning early #429

Triggered via push May 20, 2025 13:26
Status Success
Total duration 2m 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze: src/WebEid.Security/Validator/AuthTokenValidationConfiguration.cs#L110
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
Analyze: src/WebEid.Security/Validator/AuthTokenValidationConfiguration.cs#L129
The parameter name 'SiteOrigin' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)
Analyze: src/WebEid.Security/Validator/Ocsp/Service/AiaOcspService.cs#L53
Make 'GetOcspAiaUrlFromCertificate' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
Analyze: src/WebEid.Security/Validator/AuthTokenValidator.cs#L124
Logging arguments should be passed to the correct parameter. (https://rules.sonarsource.com/csharp/RSPEC-6668)
Analyze: src/WebEid.Security/Validator/AuthTokenValidator.cs#L121
Either log this exception and handle it, or rethrow it with some contextual information. (https://rules.sonarsource.com/csharp/RSPEC-2139)
Analyze: src/WebEid.Security/Validator/AuthTokenValidator.cs#L102
Logging arguments should be passed to the correct parameter. (https://rules.sonarsource.com/csharp/RSPEC-6668)
Analyze: src/WebEid.Security/Validator/AuthTokenValidator.cs#L99
Either log this exception and handle it, or rethrow it with some contextual information. (https://rules.sonarsource.com/csharp/RSPEC-2139)
Analyze: src/WebEid.Security/Util/DateTimeProvider.cs#L54
Remove this set, which updates a 'static' field from an instance method. (https://rules.sonarsource.com/csharp/RSPEC-2696)
Analyze: src/WebEid.Security/Validator/AuthTokenValidationConfiguration.cs#L110
Change this condition so that it does not always evaluate to 'False'. Some code paths are unreachable. (https://rules.sonarsource.com/csharp/RSPEC-2583)
Analyze: src/WebEid.Security/Validator/AuthTokenValidationConfiguration.cs#L129
The parameter name 'SiteOrigin' is not declared in the argument list. (https://rules.sonarsource.com/csharp/RSPEC-3928)