Skip to content

Enum: WeaknessStructure

Structural nature of a weakness (StructureEnumeration in XSD).

URI: cwe:WeaknessStructure

Permissible Values

Value Meaning Description
SIMPLE None Single weakness whose exploitation is not dependent on another weakness
CHAIN None Set of weaknesses reachable consecutively to produce a vulnerability
COMPOSITE None Set of weaknesses that must all be present simultaneously

Slots

Name Description
structure Structural nature of the weakness (Simple, Chain, or Composite)

Identifier and Mapping Information

Schema Source

LinkML Source

name: WeaknessStructure
description: Structural nature of a weakness (StructureEnumeration in XSD).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
permissible_values:
  SIMPLE:
    text: SIMPLE
    description: Single weakness whose exploitation is not dependent on another weakness.
  CHAIN:
    text: CHAIN
    description: Set of weaknesses reachable consecutively to produce a vulnerability.
  COMPOSITE:
    text: COMPOSITE
    description: Set of weaknesses that must all be present simultaneously.