Skip to content

CodeQL analysis

CodeQL analysis #59

Triggered via schedule July 23, 2023 00:23
Status Success
Total duration 19m 8s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/RlpTests.cs#L244
Nullable value type may be null.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/RateLimiterTests.cs#L22
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/BlockInfoDecoderTests.cs#L105
Possible null reference argument for parameter 'bytes' in 'Rlp.Rlp(byte[] bytes)'.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/CompactReceiptStorageDecoderTests.cs#L57
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/ReceiptArrayDecoderTests.cs#L44
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/ReceiptArrayDecoderTests.cs#L47
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/ReceiptArrayDecoderTests.cs#L50
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/ReceiptArrayDecoderTests.cs#L51
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/ReceiptArrayDecoderTests.cs#L52
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L83
Converting null literal or possible null value to non-nullable type.