webui: improve process tree view in capa Explorer Web
Open
enhancement
webui
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 726
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 7
Description
We currently display the parent-child process tree as a treeview, which works well. However, we display the capabilities found in each process using a tooltip that appears on hover. To improve this, I propose implementing a reactive table positioned vertically to the right of the tree view. This table would display the rule matches for a given process and update dynamically when a process row is clicked in the tree view.
Contributor guide
Assessment
This issue has not been assessed yet.