Rename Inherent to Initial in risk module UI

Several risk views already used "Initial" while others still showed
"Inherent". Align user-facing labels across the console, shared UI
components, CLI help, n8n fields, generated documents, and MCP
descriptions. API and database field names are unchanged.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
This commit is contained in:
Cursor Agent
2026-07-20 08:52:54 +00:00
committed by Bryan Frimin
parent aba2ef4cc2
commit e5c7cf9b9c
10 changed files with 26 additions and 26 deletions

View File

@@ -8,7 +8,7 @@
},
{
"type": "paragraph",
"content": [{ "type": "text", "text": "This document provides a comprehensive register of all risks identified within the organization. It captures each risk's classification, treatment, ownership, inherent and residual scoring (likelihood × impact), the related controls, measures, documents and obligations, plus any relevant notes." }]
"content": [{ "type": "text", "text": "This document provides a comprehensive register of all risks identified within the organization. It captures each risk's classification, treatment, ownership, initial and residual scoring (likelihood × impact), the related controls, measures, documents and obligations, plus any relevant notes." }]
},
{ "type": "horizontalRule" },
{
@@ -57,7 +57,7 @@
{
"type": "heading",
"attrs": { "level": 3 },
"content": [{ "type": "text", "text": {{json (printf "2.%d.2 Inherent Risk" (add $i 1))}} }]
"content": [{ "type": "text", "text": {{json (printf "2.%d.2 Initial Risk" (add $i 1))}} }]
},
{
"type": "table",
@@ -172,7 +172,7 @@
},
{
"type": "paragraph",
"content": [{ "type": "text", "text": "Risk Score is the product of Likelihood × Impact (range 1–25). Inherent values represent the risk before controls; residual values represent the risk after controls have been applied. Severity bands: Low (≤4), High (5–14), Critical (≥15)." }]
"content": [{ "type": "text", "text": "Risk Score is the product of Likelihood × Impact (range 1–25). Initial values represent the risk before controls; residual values represent the risk after controls have been applied. Severity bands: Low (≤4), High (5–14), Critical (≥15)." }]
}
]
}