# Copyright Oughtibridge Ltd
digraph "exploit"
{
fontname="Cambria"
# label="exploit"
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
#exploit
15 [label="exploit" fontname="Cambria" URL="https://81001.org/concept/exploit" tooltip="defined way to breach the security of information systems through vulnerability" 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
#0..* exploit take advantage of 1..* vulnerability
15 -> 67 [constraint=false, dir="forward" label="take advantage of" fontname="Cambria"]
}
Some PS