Class: CommonConsequence
Individual consequence associated with a weakness (CommonConsequencesType/Consequence in XSD).
classDiagram
class CommonConsequence
click CommonConsequence href "../CommonConsequence/"
CommonConsequence : consequence_id
CommonConsequence : impacts
CommonConsequence --> "1..*" TechnicalImpact : impacts
click TechnicalImpact href "../TechnicalImpact/"
CommonConsequence : likelihood
CommonConsequence --> "0..1" LikelihoodLevel : likelihood
click LikelihoodLevel href "../LikelihoodLevel/"
CommonConsequence : note
CommonConsequence : scopes
CommonConsequence --> "1..*" SecurityScope : scopes
click SecurityScope href "../SecurityScope/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| consequence_id | 0..1 String |
Unique identifier for a common consequence (e | direct |
| scopes | 1..* SecurityScope |
Security properties violated by this consequence | direct |
| impacts | 1..* TechnicalImpact |
Technical impacts that arise if the weakness is exploited | direct |
| likelihood | 0..1 LikelihoodLevel |
Likelihood of this specific consequence | direct |
| note | 0..1 String |
Additional contextual note | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Weakness | common_consequences | range | CommonConsequence |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cwe
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cwe:CommonConsequence |
| native | cwe:CommonConsequence |
LinkML Source
Direct
name: CommonConsequence
description: Individual consequence associated with a weakness (CommonConsequencesType/Consequence
in XSD).
from_schema: https://w3id.org/lmodel/cwe
slots:
- consequence_id
- scopes
- impacts
- likelihood
- note
slot_usage:
scopes:
name: scopes
required: true
impacts:
name: impacts
required: true
Induced
name: CommonConsequence
description: Individual consequence associated with a weakness (CommonConsequencesType/Consequence
in XSD).
from_schema: https://w3id.org/lmodel/cwe
slot_usage:
scopes:
name: scopes
required: true
impacts:
name: impacts
required: true
attributes:
consequence_id:
name: consequence_id
description: Unique identifier for a common consequence (e.g. CC-1).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: consequence_id
owner: CommonConsequence
domain_of:
- CommonConsequence
range: string
scopes:
name: scopes
description: Security properties violated by this consequence.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: scopes
owner: CommonConsequence
domain_of:
- CommonConsequence
range: SecurityScope
required: true
multivalued: true
impacts:
name: impacts
description: Technical impacts that arise if the weakness is exploited.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: impacts
owner: CommonConsequence
domain_of:
- CommonConsequence
range: TechnicalImpact
required: true
multivalued: true
likelihood:
name: likelihood
description: Likelihood of this specific consequence.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: likelihood
owner: CommonConsequence
domain_of:
- CommonConsequence
range: LikelihoodLevel
note:
name: note
description: Additional contextual note.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: note
owner: CommonConsequence
domain_of:
- ModeOfIntroduction
- CommonConsequence
range: string