# Copyright Oughtibridge Ltd
digraph "threat"
{
fontname="Cambria"
# label="threat"
layout="fdp"
size="8.8 12" # Keep within 8.8" wide, 12" deep
sep=0.3
outputmode=edgefirst
remincross=true
splines=curved
overlap=false
node [shape=box style=rounded] # Defines the common node specification
# Diagram specific parameters - override any above
# Start of the main graph
# List of concepts
#threat
62 [label="threat" fontname="Cambria" URL="https://81001.org/concept/threat" tooltip="potential for violation of security, which exists when there is a circumstance, capability, action, or event that could breach security and cause harm" color="#a7ff00"]
#harm
17 [label="harm" fontname="Cambria" URL="https://81001.org/concept/harm" tooltip="injury or damage to the health of people, or damage to property or the environment" color="#a7ff00"]
#vulnerability
67 [label="vulnerability" fontname="Cambria" URL="https://81001.org/concept/vulnerability" tooltip="flaw or weakness in a system’s design, implementation, or operation and management that could be exploited to violate the system’s security policy" color="#a7ff00"]
#List of generalisations and specialisations
# List of associations
#1 threat cause 0..* harm
62 -> 17 [constraint=false, dir="forward" label="cause" fontname="Cambria"]
#0..* threat exploit 0..* vulnerability
62 -> 67 [constraint=false, dir="forward" label="exploit" fontname="Cambria"]
}
Some PS