Class: AdpContainer
An object containing vulnerability information provided by an Authorized Data Publisher (ADP). Multiple ADPs can provide containers for a single CVE ID.
URI: cve:AdpContainer
classDiagram
class AdpContainer
click AdpContainer href "../AdpContainer/"
AdpContainer : adp_tags
AdpContainer : affected
AdpContainer --> "*" AffectedProduct : affected
click AffectedProduct href "../AffectedProduct/"
AdpContainer : cna_source
AdpContainer --> "0..1" SourceInformation : cna_source
click SourceInformation href "../SourceInformation/"
AdpContainer : configurations_text
AdpContainer --> "*" MultiLangDescription : configurations_text
click MultiLangDescription href "../MultiLangDescription/"
AdpContainer : cpe_applicability
AdpContainer --> "*" CpeApplicabilityElement : cpe_applicability
click CpeApplicabilityElement href "../CpeApplicabilityElement/"
AdpContainer : credits
AdpContainer --> "*" CreditEntry : credits
click CreditEntry href "../CreditEntry/"
AdpContainer : cve_references
AdpContainer --> "1..*" CveReference : cve_references
click CveReference href "../CveReference/"
AdpContainer : date_public
AdpContainer : descriptions
AdpContainer --> "*" MultiLangDescription : descriptions
click MultiLangDescription href "../MultiLangDescription/"
AdpContainer : exploits
AdpContainer --> "*" MultiLangDescription : exploits
click MultiLangDescription href "../MultiLangDescription/"
AdpContainer : impacts
AdpContainer --> "*" ImpactEntry : impacts
click ImpactEntry href "../ImpactEntry/"
AdpContainer : metrics
AdpContainer --> "*" MetricEntry : metrics
click MetricEntry href "../MetricEntry/"
AdpContainer : problem_types
AdpContainer --> "*" ProblemType : problem_types
click ProblemType href "../ProblemType/"
AdpContainer : provider_metadata
AdpContainer --> "1" ProviderMetadata : provider_metadata
click ProviderMetadata href "../ProviderMetadata/"
AdpContainer : solutions
AdpContainer --> "*" MultiLangDescription : solutions
click MultiLangDescription href "../MultiLangDescription/"
AdpContainer : taxonomy_mappings
AdpContainer --> "*" TaxonomyMapping : taxonomy_mappings
click TaxonomyMapping href "../TaxonomyMapping/"
AdpContainer : timeline
AdpContainer --> "*" TimelineEntry : timeline
click TimelineEntry href "../TimelineEntry/"
AdpContainer : title
AdpContainer : workarounds
AdpContainer --> "*" MultiLangDescription : workarounds
click MultiLangDescription href "../MultiLangDescription/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| provider_metadata | 1 ProviderMetadata |
Details related to the information container provider (CNA or ADP) | direct |
| date_public | 0..1 Timestamp |
If known, the date/time the vulnerability was disclosed publicly | direct |
| title | 0..1 String |
Short human-readable title or name for this entity | direct |
| descriptions | * MultiLangDescription |
A list of multi-lingual descriptions of the vulnerability | direct |
| affected | * AffectedProduct |
List of affected products and services | direct |
| cpe_applicability | * CpeApplicabilityElement |
Affected products defined using the CPE Applicability Language | direct |
| problem_types | * ProblemType |
Problem type information such as CWE identifiers | direct |
| cve_references | 1..* CveReference |
Reference data in the form of URLs describing the vulnerability, such as advi... | direct |
| impacts | * ImpactEntry |
Collection of impacts of this vulnerability, optionally linked to CAPEC IDs | direct |
| metrics | * MetricEntry |
Collection of impact scores with attribution (CVSSv2, CVSSv3 | direct |
| configurations_text | * MultiLangDescription |
Configurations required for exploiting this vulnerability | direct |
| workarounds | * MultiLangDescription |
Workarounds and mitigations for this vulnerability | direct |
| solutions | * MultiLangDescription |
Information about solutions or remediations available for this vulnerability | direct |
| exploits | * MultiLangDescription |
Information about known exploits of this vulnerability | direct |
| timeline | * TimelineEntry |
Timeline information for significant events about the vulnerability or change... | direct |
| credits | * CreditEntry |
Statements acknowledging specific people, organizations, or tools for work re... | direct |
| cna_source | 0..1 SourceInformation |
Source information (who discovered it, who researched it, etc | direct |
| adp_tags | * ADPTag or String |
Tags provided by an ADP describing the CVE Record | direct |
| taxonomy_mappings | * TaxonomyMapping |
List of taxonomy items (e | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Containers | adp | range | AdpContainer |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cve
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cve:AdpContainer |
| native | cve:AdpContainer |
LinkML Source
Direct
name: AdpContainer
description: An object containing vulnerability information provided by an Authorized
Data Publisher (ADP). Multiple ADPs can provide containers for a single CVE ID.
from_schema: https://w3id.org/lmodel/cve
slots:
- provider_metadata
- date_public
- title
- descriptions
- affected
- cpe_applicability
- problem_types
- cve_references
- impacts
- metrics
- configurations_text
- workarounds
- solutions
- exploits
- timeline
- credits
- cna_source
- adp_tags
- taxonomy_mappings
slot_usage:
provider_metadata:
name: provider_metadata
required: true
Induced
name: AdpContainer
description: An object containing vulnerability information provided by an Authorized
Data Publisher (ADP). Multiple ADPs can provide containers for a single CVE ID.
from_schema: https://w3id.org/lmodel/cve
slot_usage:
provider_metadata:
name: provider_metadata
required: true
attributes:
provider_metadata:
name: provider_metadata
description: Details related to the information container provider (CNA or ADP).
from_schema: https://w3id.org/lmodel/cve
aliases:
- providerMetadata
rank: 1000
alias: provider_metadata
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- CnaRejectedContainer
- AdpContainer
range: ProviderMetadata
required: true
inlined: true
date_public:
name: date_public
description: If known, the date/time the vulnerability was disclosed publicly.
from_schema: https://w3id.org/lmodel/cve
aliases:
- datePublic
rank: 1000
alias: date_public
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: Timestamp
title:
name: title
description: Short human-readable title or name for this entity.
in_subset:
- metadata
from_schema: https://w3id.org/lmodel/cve
exact_mappings:
- schema:name
close_mappings:
- kev_catalog:vulnerability_name
rank: 1000
slot_uri: dct:title
alias: title
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
- Vulnerability
range: string
descriptions:
name: descriptions
description: A list of multi-lingual descriptions of the vulnerability. Must contain
at least one English language entry. E.g., [PROBLEMTYPE] in [COMPONENT] in [VENDOR]
[PRODUCT] [VERSION] on [PLATFORMS] allows [ATTACKER] to [IMPACT] via [VECTOR].
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: descriptions
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: MultiLangDescription
multivalued: true
inlined: true
inlined_as_list: true
affected:
name: affected
description: List of affected products and services.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: affected
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: AffectedProduct
multivalued: true
inlined: true
inlined_as_list: true
cpe_applicability:
name: cpe_applicability
description: Affected products defined using the CPE Applicability Language. When
defined, this block should align with the data in the affected block.
from_schema: https://w3id.org/lmodel/cve
aliases:
- cpeApplicability
rank: 1000
alias: cpe_applicability
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: CpeApplicabilityElement
multivalued: true
inlined: true
inlined_as_list: true
problem_types:
name: problem_types
description: Problem type information such as CWE identifiers. Must contain at
least one entry. Entries can be text, OWASP, or CWE identifiers.
from_schema: https://w3id.org/lmodel/cve
aliases:
- problemTypes
rank: 1000
alias: problem_types
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: ProblemType
multivalued: true
inlined: true
inlined_as_list: true
cve_references:
name: cve_references
description: Reference data in the form of URLs describing the vulnerability,
such as advisories, patches, and exploit details. Required by CNA rules.
from_schema: https://w3id.org/lmodel/cve
aliases:
- references
rank: 1000
alias: cve_references
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: CveReference
multivalued: true
inlined: true
inlined_as_list: true
minimum_cardinality: 1
maximum_cardinality: 512
impacts:
name: impacts
description: Collection of impacts of this vulnerability, optionally linked to
CAPEC IDs.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: impacts
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: ImpactEntry
multivalued: true
inlined: true
inlined_as_list: true
metrics:
name: metrics
description: Collection of impact scores with attribution (CVSSv2, CVSSv3.0, CVSSv3.1,
CVSSv4.0, or custom format).
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: metrics
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: MetricEntry
multivalued: true
inlined: true
inlined_as_list: true
configurations_text:
name: configurations_text
description: Configurations required for exploiting this vulnerability.
from_schema: https://w3id.org/lmodel/cve
aliases:
- configurations
rank: 1000
alias: configurations_text
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: MultiLangDescription
multivalued: true
inlined: true
inlined_as_list: true
workarounds:
name: workarounds
description: Workarounds and mitigations for this vulnerability.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: workarounds
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: MultiLangDescription
multivalued: true
inlined: true
inlined_as_list: true
solutions:
name: solutions
description: Information about solutions or remediations available for this vulnerability.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: solutions
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: MultiLangDescription
multivalued: true
inlined: true
inlined_as_list: true
exploits:
name: exploits
description: Information about known exploits of this vulnerability.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: exploits
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: MultiLangDescription
multivalued: true
inlined: true
inlined_as_list: true
timeline:
name: timeline
description: Timeline information for significant events about the vulnerability
or changes to the CVE Record.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: timeline
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: TimelineEntry
multivalued: true
inlined: true
inlined_as_list: true
credits:
name: credits
description: Statements acknowledging specific people, organizations, or tools
for work related to research, discovery, remediation, or coordination of this
CVE.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
alias: credits
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: CreditEntry
multivalued: true
inlined: true
inlined_as_list: true
cna_source:
name: cna_source
description: Source information (who discovered it, who researched it, etc.) and
optionally a chain of CNA information.
from_schema: https://w3id.org/lmodel/cve
aliases:
- source
rank: 1000
alias: cna_source
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: SourceInformation
inlined: true
adp_tags:
name: adp_tags
description: Tags provided by an ADP describing the CVE Record.
from_schema: https://w3id.org/lmodel/cve
aliases:
- tags
rank: 1000
alias: adp_tags
owner: AdpContainer
domain_of:
- AdpContainer
range: string
multivalued: true
any_of:
- range: ADPTag
- range: string
pattern: ^x_.*$
taxonomy_mappings:
name: taxonomy_mappings
description: List of taxonomy items (e.g., ATT&CK, CWE) related to the vulnerability.
from_schema: https://w3id.org/lmodel/cve
aliases:
- taxonomyMappings
rank: 1000
alias: taxonomy_mappings
owner: AdpContainer
domain_of:
- CnaPublishedContainer
- AdpContainer
range: TaxonomyMapping
multivalued: true
inlined: true
inlined_as_list: true