Skip to content

Merge pull request #20 from JoeShook/main #83

Merge pull request #20 from JoeShook/main

Merge pull request #20 from JoeShook/main #83

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

codeql.yml

on: push
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)'.