# Copyright Oughtibridge Ltd
digraph "weakness"
{
fontname="Cambria"
# label="weakness"
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
#weakness
68 [label="weakness" fontname="Cambria" URL="https://81001.org/concept/weakness" tooltip="kind of deficiency." 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"]
#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"]
#reasonably foreseeable misuse
76 [label="reasonably foreseeable misuse" fontname="Cambria" URL="https://81001.org/concept/reasonably_foreseeable_misuse" tooltip="use of a product or system in a way not intended by the manufacturer, but which can result from readily predictable human behaviour" color="#a7ff00"]
#reasonably foreseeable misuse
76 [label="reasonably foreseeable misuse" fontname="Cambria" URL="https://81001.org/concept/reasonably_foreseeable_misuse" tooltip="use of a product or system in a way not intended by the manufacturer, but which can result from readily predictable human behaviour" color="#a7ff00"]
#List of generalisations and specialisations
#vulnerability IS A weakness
68 -> 67 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="vulnerability is a type of weakness" fontname="Cambria"]
#reasonably foreseeable misuse IS A weakness
68 -> 76 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="reasonably foreseeable misuse is a type of weakness" fontname="Cambria"]
# List of associations
}
Some PS