CodeQL #603
Annotations
10 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#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#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#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/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/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)
|