Enum: VulnerabilityStatus
Lifecycle state of a vulnerability record.
URI: core:VulnerabilityStatus
Permissible Values
| Value |
Meaning |
Description |
| ACTIVE |
None |
Vulnerability is actively maintained and published |
| REJECTED |
None |
CVE ID was rejected and should not be used |
| DISPUTED |
None |
The vulnerability details are disputed by a party |
| RESERVED |
None |
CVE ID is reserved but details are not yet published |
| DEPRECATED |
None |
Entry has been superseded or withdrawn |
Slots
| Name |
Description |
| status |
Current lifecycle state of the vulnerability record |
Schema Source
LinkML Source
name: VulnerabilityStatus
description: Lifecycle state of a vulnerability record.
from_schema: https://w3id.org/lmodel/vulnerability-core
rank: 1000
permissible_values:
ACTIVE:
text: ACTIVE
description: Vulnerability is actively maintained and published.
REJECTED:
text: REJECTED
description: CVE ID was rejected and should not be used.
DISPUTED:
text: DISPUTED
description: The vulnerability details are disputed by a party.
RESERVED:
text: RESERVED
description: CVE ID is reserved but details are not yet published.
DEPRECATED:
text: DEPRECATED
description: Entry has been superseded or withdrawn.