Skip to content

Sync up. UDAP Tiered OAuth Alpha. #82

Sync up. UDAP Tiered OAuth Alpha.

Sync up. UDAP Tiered OAuth Alpha. #82

Triggered via pull request July 25, 2023 22:05
Status Success
Total duration 13m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): Udap.Common/Models/IssuedCertificate.cs#L26
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#L71
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L118
Possible null reference assignment.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L110
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/BuildTestCerts.cs#L910
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L1422
Possible null reference argument for parameter 'bytes' in 'void File.WriteAllBytes(string path, byte[] bytes)'.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L1517
Possible null reference argument for parameter 'bytes' in 'void File.WriteAllBytes(string path, byte[] bytes)'.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L1590
Dereference of a possibly null reference.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L1591
Dereference of a possibly null reference.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L1591
Possible null reference argument for parameter 'array' in 'ArraySegment<byte>.ArraySegment(byte[] array, int offset, int count)'.