Skip to content

Merge pull request #34 from atc-net/feature/Remove-static-on-syncLock #36

Merge pull request #34 from atc-net/feature/Remove-static-on-syncLock

Merge pull request #34 from atc-net/feature/Remove-static-on-syncLock #36

Triggered via push February 14, 2024 21:32
Status Success
Total duration 1m 42s
Artifacts
merge-to-stable
1m 34s
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: actions/checkout@v2, nelonoel/[email protected], actions/setup-dotnet@v1, 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: 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#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/UshortExtensions.cs#L63
Using telnet protocol is insecure. Use ssh instead. (https://rules.sonarsource.com/csharp/RSPEC-5332)
merge-to-stable: src/Atc.Network/Internet/IPPortScan.cs#L161
Using http protocol is insecure. Use https 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)