Skip to content

v1.7.5 — UI v2 SOC Operator Console

Choose a tag to compare

@jmrGrav jmrGrav released this 26 Jun 10:12
· 20 commits to main since this release
v1.7.5
3e49d5a

UI v2 SOC Operator Console — complete

Full dark-shell operator console at /v2/ with sidebar workflow navigation (Observe / Investigate / Infrastructure / Operations), animated login loader, and working sign-out.

New v2 pages

  • /v2/timeline — Live Tail: 46-bar histogram, 200-row stream with colored borders, IP drill-down actions
  • /v2/providers — Integrations: fused Providers + Cloudflare Diff + Trusted Networks, posture strip, advisory banner
  • /v2/incident — Focus Incident: IP aggregation, ASN/Country (unavailable if not enriched), pivots to AbuseIPDB/VirusTotal
  • /v2/notes — Operator Notes (v2 shell)
  • /v2/audit — Audit Trail (v2 shell)

Fixes

  • Sign-out now works: POST /v2/logout (no CSRF required for logout)
  • Login loader uses fetch() + asset prefetch (~2s faster first load)
  • All AbuseIPDB/VirusTotal links use rel="noopener noreferrer"
  • Dashboard live-tail now links to /v2/timeline

Install

```bash
curl -LO https://github.com/jmrGrav/security-automation-go/releases/download/v1.7.5/security-automation-go_1.7.5_amd64.deb
curl -LO https://github.com/jmrGrav/security-automation-go/releases/download/v1.7.5/SHA256SUMS
sha256sum -c SHA256SUMS
sudo dpkg -i security-automation-go_1.7.5_amd64.deb
sudo systemctl restart cf-sync
```

Playwright smoke: 60 passed / 13 skipped / 0 failed