Skip to content

Merge pull request #517 from JoeShook/develop #224

Merge pull request #517 from JoeShook/develop

Merge pull request #517 from JoeShook/develop #224

Triggered via push May 17, 2024 00:49
Status Success
Total duration 7m 0s
Artifacts

codeql.yml

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

Annotations

12 warnings
Analyze (csharp)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/BuildNginxProxySSLCerts.cs#L41
Possible null reference assignment.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L92
Possible null reference assignment.
Analyze (csharp): _tests/Udap.PKI.Generator/BuildTestCerts.cs#L84
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#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)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/