Skip to content

Class: CveReference

An external reference associated with a CVE Record. Extends the core Reference with optional descriptive tags characterizing the resource.

URI: cve:CveReference

 classDiagram
    class CveReference
    click CveReference href "../CveReference/"
      Reference <|-- CveReference
        click Reference href "../Reference/"

      CveReference : name

      CveReference : reference_tags





        CveReference --> "*" ReferenceTag : reference_tags
        click ReferenceTag href "../ReferenceTag/"



      CveReference : source

      CveReference : url

Inheritance

Slots

Name Cardinality and Range Description Inheritance
reference_tags *
ReferenceTag
An array of tags describing the resource referenced by the URL direct
url 1
Uri
URL pointing to the reference resource Reference
name 0..1
String
Name of the entity (product, weakness, reference, etc Reference
source 0..1
String
Source or origin of the reference or data Reference

Usages

used by used in type used
CnaPublishedContainer cve_references range CveReference
AdpContainer cve_references range CveReference
ProblemTypeDescription problem_references range CveReference

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cve:CveReference
native cve:CveReference
related cwe:ExternalReference
close nvd:NVDReference

LinkML Source

Direct

name: CveReference
description: An external reference associated with a CVE Record. Extends the core
  Reference with optional descriptive tags characterizing the resource.
from_schema: https://w3id.org/lmodel/cve
close_mappings:
- nvd:NVDReference
related_mappings:
- cwe:ExternalReference
is_a: Reference
slots:
- reference_tags
slot_usage:
  url:
    name: url
    required: true

Induced

name: CveReference
description: An external reference associated with a CVE Record. Extends the core
  Reference with optional descriptive tags characterizing the resource.
from_schema: https://w3id.org/lmodel/cve
close_mappings:
- nvd:NVDReference
related_mappings:
- cwe:ExternalReference
is_a: Reference
slot_usage:
  url:
    name: url
    required: true
attributes:
  reference_tags:
    name: reference_tags
    description: An array of tags describing the resource referenced by the URL.
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - tags
    rank: 1000
    alias: reference_tags
    owner: CveReference
    domain_of:
    - CveReference
    range: ReferenceTag
    multivalued: true
  url:
    name: url
    description: URL pointing to the reference resource.
    from_schema: https://w3id.org/lmodel/cve
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: CveReference
    domain_of:
    - Reference
    range: uri
    required: true
  name:
    name: name
    description: Name of the entity (product, weakness, reference, etc.).
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - label
    - product
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: CveReference
    domain_of:
    - Product
    - Reference
    - Weakness
    range: string
  source:
    name: source
    description: Source or origin of the reference or data.
    from_schema: https://w3id.org/lmodel/cve
    rank: 1000
    slot_uri: dct:source
    alias: source
    owner: CveReference
    domain_of:
    - Reference
    range: string