Skip to content

[ECC] Implicitly set CertificateType of Certificate Identifier & allo… #3079

[ECC] Implicitly set CertificateType of Certificate Identifier & allo…

[ECC] Implicitly set CertificateType of Certificate Identifier & allo… #3079

Triggered via push January 13, 2025 15:08
Status Cancelled
Total duration 8m 59s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
Analyze (csharp)
Canceling since a higher priority waiting request for 'CodeQL-refs/heads/master' exists
Analyze (csharp)
The operation was canceled.
Analyze (csharp): Stack/Opc.Ua.Core/Stack/Tcp/UaSCBinaryClientChannel.cs#L656
The behavior of 'string.Format(string, object)' could vary based on the current user's locale settings. Replace this call in 'UaSCUaBinaryClientChannel.ProcessOpenSecureChannelResponse(uint, ArraySegment<byte>)' with a call to 'string.Format(IFormatProvider, string, params object[])'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
Analyze (csharp): Stack/Opc.Ua.Core/Stack/Tcp/TcpTransportListener.cs#L419
The behavior of 'Convert.ToUInt32(string)' could vary based on the current user's locale settings. Replace this call in 'TcpTransportListener.UpdateChannelLastActiveTime(string)' with a call to 'Convert.ToUInt32(string, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
Analyze (csharp): Stack/Opc.Ua.Core/Stack/Configuration/SecurityConfigurationManager.cs#L95
Avoid inexact read with 'System.IO.FileStream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)