Skip to content

CodeQL analysis

CodeQL analysis #72

Triggered via schedule September 10, 2023 00:19
Status Success
Total duration 28m 42s
Artifacts

codeql.yml

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

Annotations

10 warnings
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.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L182
Possible null reference argument for parameter 'item' in 'Rlp TxDecoder<Transaction>.Encode(Transaction item, RlpBehaviors rlpBehaviors = RlpBehaviors.None)'.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L184
Possible null reference argument for parameter 'expected' in 'AndConstraint<ComparableTypeAssertions<Keccak>> ComparableTypeAssertions<Keccak, ComparableTypeAssertions<Keccak>>.Be(Keccak expected, string because = "", params object[] becauseArgs)'.
Analyze (csharp): src/Nethermind/Nethermind.Core.Test/Encoding/TxDecoderTests.cs#L193
Converting null literal or possible null value to non-nullable type.