Skip to content

Treatment Overview Mode

Treatment overview is expressed with corastreatmentdiagram[mode=overview].

Use this mode when the document should attach treatment scenarios directly to risks instead of showing the full threat or incident chain.

Concise example

\begin{corastreatmentdiagram}[mode=overview]
  \risk[id=r1,risk ref=R1,risk level=unacceptable]{Credential theft}
  \treatmentscenario[id=t1]{Hardware keys}
  \treats{t1 -> r1}[treatment category={Reduce likelihood}]
\end{corastreatmentdiagram}

Full example: