Class: NVDWeaknessObservation
Weakness observation from an NVD vulnerability detail page.
URI: cwe:NVDWeaknessObservation
classDiagram
class NVDWeaknessObservation
click NVDWeaknessObservation href "../NVDWeaknessObservation/"
NVDWeaknessObservation : observation_id
NVDWeaknessObservation : observed_in_cve
NVDWeaknessObservation : reported_by
NVDWeaknessObservation --> "1" WeaknessSource : reported_by
click WeaknessSource href "../WeaknessSource/"
NVDWeaknessObservation : source
NVDWeaknessObservation : weakness
NVDWeaknessObservation --> "1" Weakness : weakness
click Weakness href "../Weakness/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| observation_id | 1 String |
Identifier for an NVD weakness observation row | direct |
| observed_in_cve | 1 CveId |
CVE identifier where this weakness observation appears | direct |
| weakness | 1 Weakness |
Referenced CWE entry for this observation | direct |
| reported_by | 1 WeaknessSource |
Source label for the weakness row (e | direct |
| source | 0..1 String |
Source or origin of the data | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| WeaknessCatalog | observations | range | NVDWeaknessObservation |
In Subsets
Comments
- Mirrors the per-CVE weakness table rendered on NVD detail pages.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cwe
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cwe:NVDWeaknessObservation |
| native | cwe:NVDWeaknessObservation |
LinkML Source
Direct
name: NVDWeaknessObservation
description: Weakness observation from an NVD vulnerability detail page.
comments:
- Mirrors the per-CVE weakness table rendered on NVD detail pages.
in_subset:
- nvd_weakness_observation
from_schema: https://w3id.org/lmodel/cwe
slots:
- observation_id
- observed_in_cve
- weakness
- reported_by
- source
slot_usage:
observation_id:
name: observation_id
identifier: true
required: true
observed_in_cve:
name: observed_in_cve
required: true
weakness:
name: weakness
required: true
reported_by:
name: reported_by
required: true
Induced
name: NVDWeaknessObservation
description: Weakness observation from an NVD vulnerability detail page.
comments:
- Mirrors the per-CVE weakness table rendered on NVD detail pages.
in_subset:
- nvd_weakness_observation
from_schema: https://w3id.org/lmodel/cwe
slot_usage:
observation_id:
name: observation_id
identifier: true
required: true
observed_in_cve:
name: observed_in_cve
required: true
weakness:
name: weakness
required: true
reported_by:
name: reported_by
required: true
attributes:
observation_id:
name: observation_id
description: Identifier for an NVD weakness observation row.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
slot_uri: dct:identifier
identifier: true
alias: observation_id
owner: NVDWeaknessObservation
domain_of:
- NVDWeaknessObservation
range: string
required: true
observed_in_cve:
name: observed_in_cve
description: CVE identifier where this weakness observation appears.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
slot_uri: dct:references
alias: observed_in_cve
owner: NVDWeaknessObservation
domain_of:
- NVDWeaknessObservation
range: CveId
required: true
weakness:
name: weakness
description: Referenced CWE entry for this observation.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
slot_uri: schema:about
alias: weakness
owner: NVDWeaknessObservation
domain_of:
- NVDWeaknessObservation
range: Weakness
required: true
reported_by:
name: reported_by
description: Source label for the weakness row (e.g. NIST, ASSIGNER).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
slot_uri: dct:source
alias: reported_by
owner: NVDWeaknessObservation
domain_of:
- NVDWeaknessObservation
range: WeaknessSource
required: true
source:
name: source
description: Source or origin of the data.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
slot_uri: dct:source
alias: source
owner: NVDWeaknessObservation
domain_of:
- Weakness
- NVDWeaknessObservation
range: string