Skip to content

Update license year to 2024 (#12162) #39

Update license year to 2024 (#12162)

Update license year to 2024 (#12162) #39

Triggered via push January 2, 2024 02:35
Status Success
Total duration 6m 42s
Artifacts

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/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/Crypto/StrobeProtocol/StrobeHasherExtensions.cs#L24
Possible null reference argument for parameter 'str' in 'StrobeHasher StrobeHasher.Append(string fieldName, string str)'.
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/BitcoinCore/Rpc/RpcParser.cs#L77
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
Analyze (csharp): WalletWasabi/BitcoinCore/Rpc/RpcParser.cs#L89
Possible null reference argument for parameter 'hex' in 'Script Script.FromHex(string hex)'.
Analyze (csharp): WalletWasabi/JsonConverters/Bitcoin/ScriptJsonConverter.cs#L17
Possible null reference argument for parameter 'script' in 'Script.Script(string script)'.