Class: TaxonomyMapping
A taxonomy mapping identifying the taxonomy by name and version, along with a list of relations relevant to the CVE (e.g., ATT&CK, D3FEND, CWE).
URI: cve:TaxonomyMapping
classDiagram
class TaxonomyMapping
click TaxonomyMapping href "../TaxonomyMapping/"
TaxonomyMapping : taxonomy_name
TaxonomyMapping : taxonomy_relations
TaxonomyMapping --> "1..*" TaxonomyRelation : taxonomy_relations
click TaxonomyRelation href "../TaxonomyRelation/"
TaxonomyMapping : taxonomy_version
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| taxonomy_name | 1 String |
The name of the taxonomy (e | direct |
| taxonomy_version | 0..1 String |
The version of the taxonomy the identifiers come from | direct |
| taxonomy_relations | 1..* TaxonomyRelation |
List of relationships to the taxonomy for this vulnerability | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| CnaPublishedContainer | taxonomy_mappings | range | TaxonomyMapping |
| AdpContainer | taxonomy_mappings | range | TaxonomyMapping |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cve
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cve:TaxonomyMapping |
| native | cve:TaxonomyMapping |
| exact | cwe:TaxonomyMapping |
LinkML Source
Direct
name: TaxonomyMapping
description: A taxonomy mapping identifying the taxonomy by name and version, along
with a list of relations relevant to the CVE (e.g., ATT&CK, D3FEND, CWE).
from_schema: https://w3id.org/lmodel/cve
exact_mappings:
- cwe:TaxonomyMapping
slots:
- taxonomy_name
- taxonomy_version
- taxonomy_relations
slot_usage:
taxonomy_name:
name: taxonomy_name
required: true
taxonomy_relations:
name: taxonomy_relations
required: true
Induced
name: TaxonomyMapping
description: A taxonomy mapping identifying the taxonomy by name and version, along
with a list of relations relevant to the CVE (e.g., ATT&CK, D3FEND, CWE).
from_schema: https://w3id.org/lmodel/cve
exact_mappings:
- cwe:TaxonomyMapping
slot_usage:
taxonomy_name:
name: taxonomy_name
required: true
taxonomy_relations:
name: taxonomy_relations
required: true
attributes:
taxonomy_name:
name: taxonomy_name
description: The name of the taxonomy (e.g., ATT&CK, D3FEND, CWE, CVSS).
from_schema: https://w3id.org/lmodel/cve
aliases:
- taxonomyName
rank: 1000
alias: taxonomy_name
owner: TaxonomyMapping
domain_of:
- TaxonomyMapping
range: string
required: true
taxonomy_version:
name: taxonomy_version
description: The version of the taxonomy the identifiers come from.
from_schema: https://w3id.org/lmodel/cve
aliases:
- taxonomyVersion
rank: 1000
alias: taxonomy_version
owner: TaxonomyMapping
domain_of:
- TaxonomyMapping
range: string
taxonomy_relations:
name: taxonomy_relations
description: List of relationships to the taxonomy for this vulnerability.
from_schema: https://w3id.org/lmodel/cve
aliases:
- taxonomyRelations
rank: 1000
alias: taxonomy_relations
owner: TaxonomyMapping
domain_of:
- TaxonomyMapping
range: TaxonomyRelation
required: true
multivalued: true
inlined: true
inlined_as_list: true