copilot-swe-agent[bot] a687c05f6c Fix _get_listening_ports() to reliably detect wildcard-bound ports (80/443)
Rewrite the ss output parser to:
- Skip header lines (State/Netid) explicitly
- Only process LISTEN/UNCONN state lines
- Always read parts[3] for local address (the ss column layout is fixed)
- Defensively skip wildcard (*) port values

The previous fix (PR #235) tried both parts[3] and parts[4], but reading
parts[4] (peer address column) was unnecessary. The ss LISTEN output always
places the local address at index 3 when split by whitespace, for all address
formats: 0.0.0.0:PORT, *:PORT, [::]:PORT, 127.0.0.1:PORT.

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/f7ab1d7c-d624-4f1a-9e62-5a9ce4fd4446

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
2026-04-14 21:20:03 +00:00
2026-04-11 20:02:43 -05:00
2026-04-14 08:49:26 -05:00
2026-04-14 08:50:54 -05:00
2026-04-07 13:14:21 -05:00
2026-03-29 08:49:14 -05:00
2026-04-13 19:59:42 -05:00
Description
Official Repository of Sovran_SystemsOS
https://sovransystems.com
Readme AGPL-3.0 100 MiB
Languages
Nix 56.2%
Shell 43.8%