aec3b55b48e31df3ca548eaae39f64f1f0da0be6
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>
Testing Branch
Description
Official Repository of Sovran_SystemsOS
https://sovransystems.com
101 MiB
Releases
2
v1.0.5 — Stable Release
Latest
Languages
Python
35.8%
JavaScript
24.4%
Nix
21.1%
CSS
9.4%
Shell
6.4%
Other
2.9%