Skip to content

Enum: VersionStatus

The vulnerability status of a given version or range of versions of a product.

URI: cve:VersionStatus

Permissible Values

Value Meaning Description
affected None The version is affected by the vulnerability
unaffected None The version is not affected by the vulnerability
unknown None It is unknown or unspecified whether the version is affected

Slots

Name Description
default_status The default status for versions not otherwise listed in the versions list
version_status The vulnerability status for the version or range of versions
change_status The new status in the range starting at the given version

Identifier and Mapping Information

Schema Source

LinkML Source

name: VersionStatus
description: The vulnerability status of a given version or range of versions of a
  product.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
permissible_values:
  affected:
    text: affected
    description: The version is affected by the vulnerability.
  unaffected:
    text: unaffected
    description: The version is not affected by the vulnerability.
  unknown:
    text: unknown
    description: It is unknown or unspecified whether the version is affected.