CodeQL #237
Annotations
12 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|
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.
|
Udap.Common/Certificates/TrustChainValidator.cs#L151
Converting null literal or possible null value to non-nullable type.
|
_tests/Udap.PKI.Generator/CertificateRenewal.cs#L16
Non-nullable field '_testOutputHelper' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
_tests/Udap.PKI.Generator/CertificateBase.cs#L49
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
_tests/Udap.PKI.Generator/CertificateBase.cs#L89
Dereference of a possibly null reference.
|
_tests/Udap.PKI.Generator/CertificateBase.cs#L90
Dereference of a possibly null reference.
|
_tests/Udap.PKI.Generator/CertificateBase.cs#L90
Possible null reference argument for parameter 'array' in 'ArraySegment<byte>.ArraySegment(byte[] array, int offset, int count)'.
|
_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.
|
_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.
|
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/
|
This job succeeded
Loading