Enum: WeaknessOrdinalityLevel
Potential ordering relationship of a weakness relative to others (OrdinalityEnumeration in XSD).
URI: cwe:WeaknessOrdinalityLevel
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| PRIMARY | None | Weakness exists independent of other weaknesses |
| RESULTANT | None | Weakness exists only in the presence of other weaknesses |
| INDIRECT | None | Does not directly lead to security weaknesses but may facilitate them |
Slots
| Name | Description |
|---|---|
| ordinality | Ordinality level (Primary, Resultant, or Indirect) |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cwe
LinkML Source
name: WeaknessOrdinalityLevel
description: Potential ordering relationship of a weakness relative to others (OrdinalityEnumeration
in XSD).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
permissible_values:
PRIMARY:
text: PRIMARY
description: Weakness exists independent of other weaknesses.
RESULTANT:
text: RESULTANT
description: Weakness exists only in the presence of other weaknesses.
INDIRECT:
text: INDIRECT
description: Does not directly lead to security weaknesses but may facilitate
them.