Skip to content

CodeQL

CodeQL #605

Triggered via schedule November 18, 2025 03:34
Status Success
Total duration 1m 30s
Artifacts

codeql-analysis.yml

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

Annotations

1 error and 10 warnings
Analyze (csharp)
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
Analyze (csharp): src/Kryptor/Validation/SigningValidation.cs#L167
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): src/Kryptor/FileEncryption/FileDecryption.cs#L174
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): src/Kryptor/FileEncryption/FileDecryption.cs#L173
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): src/Kryptor/FileEncryption/FileDecryption.cs#L128
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): src/Kryptor/FileEncryption/FileDecryption.cs#L127
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): src/Kryptor/FileEncryption/FileDecryption.cs#L47
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): src/Kryptor/FileEncryption/FileDecryption.cs#L46
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): src/Kryptor/FileEncryption/FileDecryption.cs#L87
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): src/Kryptor/FileEncryption/FileDecryption.cs#L86
Avoid inexact read with 'System.IO.FileStream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Analyze (csharp): src/Kryptor/FileEncryption/DecryptFile.cs#L78
Avoid inexact read with 'System.IO.Stream.Read(System.Span<byte>)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)