CodeQL #608
Annotations
11 warnings
|
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#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#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#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)
|
|
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/
|