Skip to content

Enum: Cvss4Automatable

CVSS 4.0 automatable supplemental metric.

URI: cve:Cvss4Automatable

Permissible Values

Value Meaning Description
NO None The attack cannot be automated
YES None The attack can be automated
NOT_DEFINED None Automatable status is not defined

Slots

Name Description
cvss4_automatable

In Subsets

Identifier and Mapping Information

Schema Source

LinkML Source

name: Cvss4Automatable
description: CVSS 4.0 automatable supplemental metric.
in_subset:
- cvss_metrics
from_schema: https://w3id.org/lmodel/cve
rank: 1000
permissible_values:
  'NO':
    text: 'NO'
    description: The attack cannot be automated.
  'YES':
    text: 'YES'
    description: The attack can be automated.
  NOT_DEFINED:
    text: NOT_DEFINED
    description: Automatable status is not defined.