Class: Impact
Assessment of the vulnerability's impact and severity.
URI: core:Impact
classDiagram
class Impact
click Impact href "../Impact/"
Impact : score
Impact : severity
Impact --> "0..1" ImpactSeverity : severity
click ImpactSeverity href "../ImpactSeverity/"
Impact : vector
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| severity | 0..1 ImpactSeverity |
Qualitative severity rating | direct |
| vector | 0..1 String |
CVSS vector string or equivalent scoring vector expression | direct |
| score | 0..1 Float |
Numeric vulnerability score (e | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Vulnerability | impact | range | Impact |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/vulnerability-core
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | core:Impact |
| native | core:Impact |
LinkML Source
Direct
name: Impact
description: Assessment of the vulnerability's impact and severity.
in_subset:
- core
from_schema: https://w3id.org/lmodel/vulnerability-core
slots:
- severity
- vector
- score
Induced
name: Impact
description: Assessment of the vulnerability's impact and severity.
in_subset:
- core
from_schema: https://w3id.org/lmodel/vulnerability-core
attributes:
severity:
name: severity
description: Qualitative severity rating.
from_schema: https://w3id.org/lmodel/vulnerability-core
rank: 1000
alias: severity
owner: Impact
domain_of:
- Impact
range: ImpactSeverity
vector:
name: vector
description: CVSS vector string or equivalent scoring vector expression.
from_schema: https://w3id.org/lmodel/vulnerability-core
rank: 1000
alias: vector
owner: Impact
domain_of:
- Impact
range: string
score:
name: score
description: Numeric vulnerability score (e.g. CVSS base score).
from_schema: https://w3id.org/lmodel/vulnerability-core
rank: 1000
alias: score
owner: Impact
domain_of:
- Impact
range: float