Skip to content

Conversation

@hitnik
Copy link
Collaborator

@hitnik hitnik commented Dec 2, 2025

No description provided.

@hitnik hitnik requested a review from sofyakurilova December 2, 2025 19:45
def run_server():
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
sock.bind(("0.0.0.0", MODBUS_PORT))

Check warning

Code scanning / CodeQL

Binding a socket to all network interfaces Medium test

'0.0.0.0' binds a socket to all interfaces.
@hitnik
Copy link
Collaborator Author

hitnik commented Dec 12, 2025

Screenshot from 2025-12-12 11-46-29

@hitnik
Copy link
Collaborator Author

hitnik commented Dec 19, 2025

Screenshot from 2025-12-19 15-41-47

@hitnik
Copy link
Collaborator Author

hitnik commented Dec 19, 2025

Screenshot from 2025-12-19 15-42-02

@hitnik
Copy link
Collaborator Author

hitnik commented Dec 19, 2025

Screenshot from 2025-12-19 15-42-07

@hitnik
Copy link
Collaborator Author

hitnik commented Dec 20, 2025

Screenshot from 2025-12-20 17-35-17

@hitnik
Copy link
Collaborator Author

hitnik commented Dec 21, 2025

Screenshot from 2025-12-21 15-53-07

@hitnik hitnik merged commit c1addb6 into dev Dec 21, 2025
18 checks passed
@hitnik hitnik deleted the vm-device branch December 21, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants