Skip to content

Merge pull request #30 from atc-net/feature/updating_jdk_version #32

Merge pull request #30 from atc-net/feature/updating_jdk_version

Merge pull request #30 from atc-net/feature/updating_jdk_version #32

Triggered via push November 10, 2023 14:15
Status Success
Total duration 1m 59s
Artifacts
merge-to-stable
1m 49s
merge-to-stable
Fit to window
Zoom out
Zoom in

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.Network/Helpers/MacAddressVendorLookupHelper.cs#L12
Using http protocol is insecure. Use https instead. (https://rules.sonarsource.com/csharp/RSPEC-5332)
merge-to-stable: src/Atc.Network/Helpers/ArpHelper.cs#L23
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
merge-to-stable: src/Atc.Network/Extensions/UshortExtensions.cs#L39
Using telnet protocol is insecure. Use ssh instead. (https://rules.sonarsource.com/csharp/RSPEC-5332)
merge-to-stable: src/Atc.Network/Extensions/IPAddressExtensions.cs#L19
Refactor this method to reduce its Cognitive Complexity from 25 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
merge-to-stable: src/Atc.Network/Extensions/IPAddressExtensions.cs#L35
Make sure using this hardcoded IP address '10.0.0.0' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
merge-to-stable: src/Atc.Network/Extensions/IPAddressExtensions.cs#L36
Make sure using this hardcoded IP address '10.255.255.255' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
merge-to-stable: src/Atc.Network/Extensions/IPAddressExtensions.cs#L46
Make sure using this hardcoded IP address '100.64.0.0' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
merge-to-stable: src/Atc.Network/Extensions/IPAddressExtensions.cs#L47
Make sure using this hardcoded IP address '100.127.255.255' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
merge-to-stable: src/Atc.Network/Extensions/IPAddressExtensions.cs#L57
Make sure using this hardcoded IP address '172.16.0.0' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
merge-to-stable: src/Atc.Network/Extensions/IPAddressExtensions.cs#L58
Make sure using this hardcoded IP address '172.31.255.255' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)