Skip to content

Standardise on NuGet Trusted Publishing, align with XWiki.Api pattern… #3

Standardise on NuGet Trusted Publishing, align with XWiki.Api pattern…

Standardise on NuGet Trusted Publishing, align with XWiki.Api pattern… #3

Triggered via push March 30, 2026 15:46
Status Failure
Total duration 20s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: PanoramicData.SshServer/Algorithms/DssKey.cs#L6
Type 'DssKey' owns disposable field(s) '_algorithm' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
build: PanoramicData.SshServer/Algorithms/PublicKeyAlgorithm.cs#L24
GetFingerprint uses a broken cryptographic algorithm MD5 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5351)
build: PanoramicData.SshServer/Algorithms/RsaKey.cs#L6
Type 'RsaKey' owns disposable field(s) '_algorithm' but is not disposable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1001)
build: PanoramicData.SshServer/KeyUtils.cs#L14
GetFingerprint uses a broken cryptographic algorithm MD5 (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5351)
build: PanoramicData.SshServer/Algorithms/KexAlgorithm.cs#L9
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build: PanoramicData.SshServer/Algorithms/DssKey.cs#L8
Asymmetric encryption algorithm DSACryptoServiceProvider is weak. Switch to an RSA with at least 2048 key size, ECDH or ECDSA algorithm instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5384)
build: PanoramicData.SshServer/Services/SshService.cs#L7
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build: PanoramicData.SshServer/Services/Channel.cs#L11
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build: PanoramicData.SshServer/Services/Channel.cs#L10
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
build: PanoramicData.SshServer/Algorithms/CipherModeEx.cs#L3
Either replace the suffix 'Ex' in type name CipherModeEx with the suggested numeric alternate '2' or provide a more meaningful suffix that distinguishes it from the type it replaces (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1711)
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: PanoramicData.SshServer/Algorithms/HmacAlgorithm.cs#L14
Dereference of a possibly null reference.
build: PanoramicData.SshServer/Algorithms/HmacInfo.cs#L14
Possible null reference argument for parameter 'algorithm' in 'HmacAlgorithm.HmacAlgorithm(KeyedHashAlgorithm algorithm, int keySize, byte[] key)'.
build: PanoramicData.SshServer/Algorithms/KexAlgorithm.cs#L9
Non-nullable field '_hashAlgorithm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: PanoramicData.SshServer/Algorithms/KexAlgorithm.cs#L19
Possible null reference argument for parameter 'buffer' in 'byte[] HashAlgorithm.ComputeHash(byte[] buffer)'.
build: PanoramicData.SshServer/Algorithms/PublicKeyAlgorithm.cs#L45
Possible null reference argument for parameter 'data' in 'byte[] PublicKeyAlgorithm.SignData(byte[] data)'.
build: PanoramicData.SshServer/Algorithms/PublicKeyAlgorithm.cs#L32
Possible null reference argument for parameter 'buffer' in 'SshDataWorker.SshDataWorker(byte[] buffer)'.
build: PanoramicData.SshServer/Algorithms/RsaKey.cs#L38
Possible null reference argument for parameter 'data' in 'void SshDataWorker.WriteMpint(byte[] data)'.
build: PanoramicData.SshServer/Algorithms/RsaKey.cs#L37
Possible null reference argument for parameter 'data' in 'void SshDataWorker.WriteMpint(byte[] data)'.
build: PanoramicData.SshServer/KeyUtils.cs#L29
Possible null reference argument for parameter 'type' in 'PublicKeyAlgorithm KeyUtils.GetKeyAlgorithm(string type)'.
build: PanoramicData.SshServer/KeyUtils.cs#L13
Possible null reference argument for parameter 's' in 'byte[] Convert.FromBase64String(string s)'.