Class: Product
Software or hardware entity affected by the vulnerability.
URI: core:Product
classDiagram
class Product
click Product href "../Product/"
Product : name
Product : platforms
Product : vendor
Product : version
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 |
|---|---|---|---|
| Vulnerability | products | range | Product |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/vulnerability-core
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | core:Product |
| native | core:Product |
| exact | schema:SoftwareApplication |
LinkML Source
Direct
name: Product
description: Software or hardware entity affected by the vulnerability.
in_subset:
- core
from_schema: https://w3id.org/lmodel/vulnerability-core
exact_mappings:
- schema:SoftwareApplication
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/vulnerability-core
exact_mappings:
- schema:SoftwareApplication
attributes:
vendor:
name: vendor
description: Name of the vendor or organization responsible for the product.
from_schema: https://w3id.org/lmodel/vulnerability-core
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/vulnerability-core
aliases:
- label
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/vulnerability-core
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/vulnerability-core
rank: 1000
alias: platforms
owner: Product
domain_of:
- Product
range: string
multivalued: true