Class: Containers
A set of structures (called containers) used to store vulnerability information related to a specific CVE ID. At minimum a 'cna' container is required.
URI: cve:Containers
classDiagram
class Containers
click Containers href "../Containers/"
Containers : adp
Containers --> "*" AdpContainer : adp
click AdpContainer href "../AdpContainer/"
Containers : cna
Containers --> "1" CnaContainer : cna
click CnaContainer href "../CnaContainer/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| cna | 1 CnaContainer or CnaRejectedContainer or CnaPublishedContainer |
The CNA container holding vulnerability information for this CVE ID | direct |
| adp | * AdpContainer |
One or more ADP containers providing additional vulnerability information | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| CVERecord | containers | range | Containers |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cve
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cve:Containers |
| native | cve:Containers |
LinkML Source
Direct
name: Containers
description: A set of structures (called containers) used to store vulnerability information
related to a specific CVE ID. At minimum a 'cna' container is required.
from_schema: https://w3id.org/lmodel/cve
slots:
- cna
- adp
slot_usage:
cna:
name: cna
required: true
Induced
name: Containers
description: A set of structures (called containers) used to store vulnerability information
related to a specific CVE ID. At minimum a 'cna' container is required.
from_schema: https://w3id.org/lmodel/cve
slot_usage:
cna:
name: cna
required: true
attributes:
cna:
name: cna
description: The CNA container holding vulnerability information for this CVE
ID. For published records, this is a CnaPublishedContainer. For rejected records,
this is a CnaRejectedContainer.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: cna
owner: Containers
domain_of:
- Containers
range: CnaContainer
required: true
inlined: true
any_of:
- range: CnaPublishedContainer
- range: CnaRejectedContainer
adp:
name: adp
description: One or more ADP containers providing additional vulnerability information.
Multiple ADPs may contribute containers for the same CVE ID.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: adp
owner: Containers
domain_of:
- Containers
range: AdpContainer
multivalued: true
inlined: true
inlined_as_list: true