You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parseCLIJSONToBytes / parseCLIJSONOutput helpers and rename firstJSONStartIndex to firstCLIJSONStartIndex; update multiple API handlers to normalize and parse cscli CLI JSON output before decoding. Replace direct json.Unmarshal([]byte(output)) use with normalized bytes and add improved error handling, logging, and appropriate HTTP responses where parsing/normalization fails. Updated related tests and minor cleanup across alerts_inspect, allowlists, bouncers, common, dashboard, dashboard_analysis, health_diagnostics, hub, hub_parse_test, ip, scenarios and simulation handlers.
0 commit comments