Skip to content

Merge pull request #12307 from Szpoti/torExcInPeriodicRunner #68

Merge pull request #12307 from Szpoti/torExcInPeriodicRunner

Merge pull request #12307 from Szpoti/torExcInPeriodicRunner #68

Triggered via push January 24, 2024 15:23
Status Success
Total duration 6m 48s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql.yml

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

Annotations

10 warnings
Analyze (csharp): WalletWasabi.Fluent.Generators/Abstractions/GeneratorStep.cs#L12
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/Crypto/StrobeProtocol/StrobeHasherExtensions.cs#L24
Possible null reference argument for parameter 'str' in 'StrobeHasher StrobeHasher.Append(string fieldName, string str)'.
Analyze (csharp): WalletWasabi/BitcoinCore/CoreNode.cs#L25
Non-nullable property 'Bridge' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/BitcoinCore/CoreNode.cs#L25
Non-nullable property 'P2pNode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/Helpers/RuntimeParams.cs#L13
Non-nullable field 'FileDir' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Analyze (csharp): WalletWasabi/JsonConverters/Bitcoin/ScriptJsonConverter.cs#L17
Possible null reference argument for parameter 'script' in 'Script.Script(string script)'.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClientParameters.cs#L7
Non-nullable property 'MaxAdditionalFeeContribution' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/WebClients/PayJoin/PayjoinClientParameters.cs#L8
Non-nullable property 'MinFeeRate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Analyze (csharp): WalletWasabi/Blockchain/TransactionBroadcasting/TransactionBroadcaster.cs#L48
Possible null reference argument for parameter 'nodeRemoteSocketEndpoint' in 'bool MempoolService.TryAddToBroadcastStore(SmartTransaction transaction, string nodeRemoteSocketEndpoint)'.