Skip to content

Develop Tiered OAuth: Full dynamic registration #103

Develop Tiered OAuth: Full dynamic registration

Develop Tiered OAuth: Full dynamic registration #103

Triggered via pull request November 3, 2023 17:53
Status Success
Total duration 8m 20s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): Udap.Common/Models/TieredClient.cs#L16
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): Udap.Common/Models/IssuedCertificate.cs#L25
Non-nullable property 'Thumbprint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L82
'MakeCa.DefaultPKCS12Password' hides inherited member 'CertificateBase.DefaultPKCS12Password'. Use the new keyword if hiding was intended.
Analyze (csharp): _tests/Udap.PKI.Generator/CertificateBase.cs#L49
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
Analyze (csharp): _tests/Udap.PKI.Generator/CertificateBase.cs#L89
Dereference of a possibly null reference.
Analyze (csharp): _tests/Udap.PKI.Generator/CertificateBase.cs#L90
Dereference of a possibly null reference.
Analyze (csharp): _tests/Udap.PKI.Generator/CertificateBase.cs#L90
Possible null reference argument for parameter 'array' in 'ArraySegment<byte>.ArraySegment(byte[] array, int offset, int count)'.
Analyze (csharp): _tests/Udap.PKI.Generator/CertificateBase.cs#L57
Non-nullable property 'DefaultPKCS12Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): _tests/Udap.PKI.Generator/CertificateBase.cs#L28
Non-nullable field '_baseDir' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L92
Possible null reference assignment.