Skip to content

Enum: RecordState

Lifecycle state of a CVE Record (PUBLISHED or REJECTED).

URI: cve:RecordState

Permissible Values

Value Meaning Description
PUBLISHED None The CVE ID has associated vulnerability data published in the CVE List
REJECTED None The CVE ID has been rejected and should not be used

Slots

Name Description
published_state State of the CVE Record
rejected_state State of the CVE Record

Identifier and Mapping Information

Schema Source

LinkML Source

name: RecordState
description: Lifecycle state of a CVE Record (PUBLISHED or REJECTED).
from_schema: https://w3id.org/lmodel/cve
rank: 1000
permissible_values:
  PUBLISHED:
    text: PUBLISHED
    description: The CVE ID has associated vulnerability data published in the CVE
      List.
  REJECTED:
    text: REJECTED
    description: The CVE ID has been rejected and should not be used.