Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .flocks/flockshub/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -14640,7 +14640,7 @@
"name": "SOC Workspace WebUI",
"description": "SOC workspace pages for posture, overview, and alert investigation.",
"descriptionCn": "SOC 工作区页面,包含态势、SOC 总览和告警调查。",
"version": "1.1.5",
"version": "1.1.7",
"category": "workflow-automation",
"tags": [
"siem",
Expand Down
2 changes: 1 addition & 1 deletion .flocks/flockshub/plugins/webuis/soc_ui/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "SOC Workspace WebUI",
"description": "SOC workspace pages for posture, overview, and alert investigation.",
"descriptionCn": "SOC 工作区页面,包含态势、SOC 总览和告警调查。",
"version": "1.1.5",
"version": "1.1.7",
"author": "Flocks Team",
"license": "MIT",
"homepage": "",
Expand Down
1,042 changes: 225 additions & 817 deletions .flocks/flockshub/plugins/webuis/soc_ui/soc_dashboard/api/handlers.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ routes:
handler: handlers.get_activity
timeoutMs: 5000
description: Incremental alert denoise and triage activity
- method: GET
path: /ai-tasks
handler: handlers.get_ai_tasks
timeoutMs: 5000
description: Authoritative SOC workflow execution task snapshot
- method: GET
path: /task-center
handler: handlers.get_task_center
Expand Down
Loading
Loading