Re-impl CryptoHelper's EncryptMessage & DecryptMessage #48
sonarqube.yaml
on: pull_request
static-code-analysis
11m 32s
Annotations
12 warnings
static-code-analysis
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
static-code-analysis
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-java@v1, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
static-code-analysis
Import election_contract.proto is unused.
|
static-code-analysis
Import profit_contract.proto is unused.
|
static-code-analysis:
src/AElf.Runtime.CSharp.Core/SdkStreamManager.cs#L20
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
static-code-analysis:
src/AElf.Types/Protobuf/FileDescriptorExtensions.cs#L10
'FileDescriptor.CustomOptions' is obsolete: 'CustomOptions are obsolete. Use the GetOptions() method.'
|
static-code-analysis:
src/AElf.Types/Types/Address.cs#L36
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
static-code-analysis:
src/AElf.Types/Helper/HashHelper.cs#L8
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
static-code-analysis:
src/AElf.Types/Types/Hash.cs#L11
When implementing IComparable<T>, you should also override <= and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
|
static-code-analysis:
src/AElf.Types/Types/Address.cs#L7
When implementing IComparable<T>, you should also override <= and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
|
static-code-analysis:
src/AElf.Types/Types/BigIntValue.cs#L9
When implementing IComparable or IComparable<T>, you should also override == and !=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
|
static-code-analysis:
src/AElf.Types/Extensions/HexStringExtensions.cs#L9
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)
|