Skip to content

Enum: StatusEnum

The different status values that an entity (view, category, or attack pattern) can have.

URI: capec:StatusEnum

Permissible Values

Value Meaning Description
Deprecated None The entry has been deprecated and should not be used
Draft None The entry is a draft and its content may change significantly through future ...
Incomplete None The entry exists and is partially filled in, but it does not yet meet the qua...
Obsolete None The entry is obsolete and is no longer recommended for use but has not been f...
Stable None The entry is stable and unlikely to undergo significant changes unless new in...
Usable None The entry is complete enough to be used in product documentation, assessments...

Slots

Name Description
status The development and usage status level for this entry

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/capec

LinkML Source

name: StatusEnum
description: The different status values that an entity (view, category, or attack
  pattern) can have.
from_schema: https://w3id.org/lmodel/capec
rank: 1000
permissible_values:
  Deprecated:
    text: Deprecated
    description: The entry has been deprecated and should not be used. A placeholder
      for the deprecated entry is left in the catalog and the identifier is not reused.
  Draft:
    text: Draft
    description: The entry is a draft and its content may change significantly through
      future revisions as it is reviewed and refined by the community.
  Incomplete:
    text: Incomplete
    description: The entry exists and is partially filled in, but it does not yet
      meet the quality bar established for Usable entries.
  Obsolete:
    text: Obsolete
    description: The entry is obsolete and is no longer recommended for use but has
      not been formally deprecated.
  Stable:
    text: Stable
    description: The entry is stable and unlikely to undergo significant changes unless
      new information or research warrants it.
  Usable:
    text: Usable
    description: The entry is complete enough to be used in product documentation,
      assessments, tools, and mapping exercises without significant risk.