Merge pull request #297 from atc-net/feature/updating_jdk_version #202
Annotations
11 warnings
merge-to-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, nelonoel/[email protected], actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
merge-to-stable:
src/Atc/Data/Models/AssemblyInformation.cs#L29
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
|
merge-to-stable:
src/Atc/Data/Models/LogItem.cs#L23
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
|
merge-to-stable:
src/Atc/Data/SemVer/SemanticVersion.cs#L57
Make sure not performing data validation after deserialization is safe here. (https://rules.sonarsource.com/csharp/RSPEC-5766)
|
merge-to-stable:
src/Atc/Attributes/DataAnnotations/ValidationAttributes/IsoCurrencySymbolAttribute.cs#L46
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
merge-to-stable:
src/Atc/Attributes/DataAnnotations/ValidationAttributes/IsoCurrencySymbolAttribute.cs#L60
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
merge-to-stable:
src/Atc/Attributes/DataAnnotations/ValidationAttributes/StringAttribute.cs#L103
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
merge-to-stable:
src/Atc/Attributes/DataAnnotations/ValidationAttributes/StringAttribute.cs#L110
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
merge-to-stable:
src/Atc/Extensions/AppDomainExtensions.cs#L203
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
merge-to-stable:
src/Atc/Helpers/NetworkInformationHelper.cs#L9
Make sure using this hardcoded IP address '8.8.8.8' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
|
merge-to-stable:
src/Atc/Helpers/InternetBrowserHelper.cs#L219
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
|