Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

CodeQL analysis

CodeQL analysis #36

Triggered via schedule November 19, 2023 00:49
Status Success
Total duration 13m 32s
Artifacts

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): src/Nethermind/Nethermind.Merkleization/MerkleTree.cs#L145
Non-nullable property 'Root' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/RlpTests.cs#L244
Nullable value type may be null.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/RequestSizer/AdaptiveRequestSizerTests.cs#L25
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/TxDecoderTests.cs#L82
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L84
Dereference of a possibly null reference.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L152
Dereference of a possibly null reference.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L165
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L166
Possible null reference argument for parameter 'transaction' in 'Keccak TransactionExtensions.CalculateHash(Transaction transaction)'.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L181
Converting null literal or possible null value to non-nullable type.