Merge pull request #33 from atc-net/feature/Handling-SocketException-… #35
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/branch-name@v1.0.1, 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/branch-name@v1.0.1, 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/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)
|
merge-to-stable:
src/Atc.Network/Extensions/IPAddressExtensions.cs#L72
Make sure using this hardcoded IP address '192.0.0.0' is safe here. (https://rules.sonarsource.com/csharp/RSPEC-1313)
|