CodeQL #246
Annotations
12 warnings
The following actions use a deprecated Node.js version 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/
|
Run echo "Need PKI artifacts for the build":
Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L44
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
Run echo "Need PKI artifacts for the build":
Udap.Model/Access/AccessTokenRequestForClientCredentialsBuilder.cs#L100
Possible null reference argument for parameter 'algorithm' in 'string AccessTokenRequestForClientCredentialsBuilder.BuildClientAssertion(string algorithm)'.
|
Run echo "Need PKI artifacts for the build":
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L46
Possible null reference argument for parameter 'value' in 'Claim.Claim(string type, string value)'.
|
Run echo "Need PKI artifacts for the build":
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L76
Possible null reference argument for parameter 'algorithm' in 'string? AccessTokenRequestForAuthorizationCodeBuilder.BuildClientAssertion(string algorithm)'.
|
Run echo "Need PKI artifacts for the build":
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L81
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
Run echo "Need PKI artifacts for the build":
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L83
Possible null reference assignment.
|
Run echo "Need PKI artifacts for the build":
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L84
Possible null reference assignment.
|
Run echo "Need PKI artifacts for the build":
Udap.Model/Access/AccessTokenRequestForAuthorizationCodeBuilder.cs#L88
Possible null reference assignment.
|
Run echo "Need PKI artifacts for the build":
Udap.Model/UdapMetadata.cs#L107
Non-nullable property 'UdapProfilesSupported' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run echo "Need PKI artifacts for the build":
Udap.Common/Models/TieredClient.cs#L16
Non-nullable property 'TokenEndpoint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Initialize CodeQL
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/
|
Loading