Skip to content

Class: Product

Software or hardware entity affected by the vulnerability.

URI: cve:Product

 classDiagram
    class Product
    click Product href "../Product/"
      Product <|-- AffectedProduct
        click AffectedProduct href "../AffectedProduct/"

      Product : name

      Product : platforms

      Product : vendor

      Product : version

Inheritance

Slots

Name Cardinality and Range Description Inheritance
vendor 0..1
String
Name of the vendor or organization responsible for the product direct
name 0..1
String
Name of the entity (product, weakness, reference, etc direct
version 0..1
String
Version string of the affected product direct
platforms *
String
Platforms or operating environments affected direct

Usages

used by used in type used
CVERecord products range Product
Vulnerability products range Product

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cve:Product
native cve:Product
exact schema:SoftwareApplication
related kev_catalog:KevEntry

LinkML Source

Direct

name: Product
description: Software or hardware entity affected by the vulnerability.
in_subset:
- core
from_schema: https://w3id.org/lmodel/cve
exact_mappings:
- schema:SoftwareApplication
related_mappings:
- kev_catalog:KevEntry
slots:
- vendor
- name
- version
- platforms

Induced

name: Product
description: Software or hardware entity affected by the vulnerability.
in_subset:
- core
from_schema: https://w3id.org/lmodel/cve
exact_mappings:
- schema:SoftwareApplication
related_mappings:
- kev_catalog:KevEntry
attributes:
  vendor:
    name: vendor
    description: Name of the vendor or organization responsible for the product.
    from_schema: https://w3id.org/lmodel/cve
    rank: 1000
    slot_uri: schema:name
    alias: vendor
    owner: Product
    domain_of:
    - Product
    range: string
  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: Product
    domain_of:
    - Product
    - Reference
    - Weakness
    range: string
  version:
    name: version
    description: Version string of the affected product.
    from_schema: https://w3id.org/lmodel/cve
    rank: 1000
    slot_uri: schema:version
    alias: version
    owner: Product
    domain_of:
    - Product
    range: string
  platforms:
    name: platforms
    description: Platforms or operating environments affected.
    from_schema: https://w3id.org/lmodel/cve
    rank: 1000
    alias: platforms
    owner: Product
    domain_of:
    - Product
    range: string
    multivalued: true