feat(portal): add rule-based risk narrative

This commit is contained in:
igor04091968
2026-06-07 15:46:38 +03:00
parent 5277097032
commit 8fcb49f2c7
8 changed files with 1369 additions and 8 deletions
@@ -125,6 +125,7 @@ pub(crate) fn is_limited_api_route(path: &str) -> bool {
| "/api/ueba"
| "/api/pfsense"
| "/api/workforce/kpi/explain"
| "/api/risk/narrative"
)
}