Enum: LikelihoodLevel
Likelihood of exploitation or occurrence (LikelihoodEnumeration in XSD).
URI: cwe:LikelihoodLevel
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| HIGH | None | |
| MEDIUM | None | |
| LOW | None | |
| UNKNOWN | None | Actual likelihood is not known |
Slots
| Name | Description |
|---|---|
| likelihood_of_exploit | Qualitative likelihood that the weakness can be exploited |
| likelihood | Likelihood of this specific consequence |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cwe
LinkML Source
name: LikelihoodLevel
description: Likelihood of exploitation or occurrence (LikelihoodEnumeration in XSD).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
permissible_values:
HIGH:
text: HIGH
MEDIUM:
text: MEDIUM
LOW:
text: LOW
UNKNOWN:
text: UNKNOWN
description: Actual likelihood is not known.