Skip to content

Merge pull request #38 from atc-net/feature/sonarcloud.token #40

Merge pull request #38 from atc-net/feature/sonarcloud.token

Merge pull request #38 from atc-net/feature/sonarcloud.token #40

Triggered via push May 7, 2024 06:02
Status Success
Total duration 2m 4s
Artifacts
merge-to-stable
1m 56s
merge-to-stable
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
merge-to-stable
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nelonoel/branch-name@v1.0.1, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
merge-to-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: nelonoel/branch-name@v1.0.1. 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#L15
Using http protocol is insecure. Use https instead. (https://rules.sonarsource.com/csharp/RSPEC-5332)
merge-to-stable: src/Atc.Network/Helpers/ArpHelper.cs#L38
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)