Skip to content

Enum: CpeOperator

Logical operator used in CPE applicability nodes.

URI: cve:CpeOperator

Permissible Values

Value Meaning Description
AND None All CPE match criteria must be satisfied
OR None Any one CPE match criterion must be satisfied

Slots

Name Description
cpe_operator Logical operator (AND/OR) used between CPE criteria in this node

Identifier and Mapping Information

Schema Source

LinkML Source

name: CpeOperator
description: Logical operator used in CPE applicability nodes.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
permissible_values:
  AND:
    text: AND
    description: All CPE match criteria must be satisfied.
  OR:
    text: OR
    description: Any one CPE match criterion must be satisfied.