Skip to content

Enum: FindingStatusIdEnum

The normalized status identifier of the Finding, set by the consumer.

URI: ocsf:FindingStatusIdEnum

Permissible Values

Value Meaning Description
NEW None The Finding is new and yet to be reviewed
IN_PROGRESS None The Finding is under review
SUPPRESSED None The Finding was reviewed, determined to be benign or a false positive and is
RESOLVED None The Finding was reviewed, remediated and is now considered resolved
ARCHIVED None The Finding was archived
DELETED None The Finding was deleted
UNKNOWN None The status is unknown
OTHER None The status is not mapped

Slots

Name Description
status_id The normalized status identifier of the Finding, set by the consumer

Identifier and Mapping Information

Schema Source

LinkML Source

name: FindingStatusIdEnum
description: The normalized status identifier of the Finding, set by the consumer.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  NEW:
    text: NEW
    description: The Finding is new and yet to be reviewed.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: New
  IN_PROGRESS:
    text: IN_PROGRESS
    description: The Finding is under review.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: In Progress
  SUPPRESSED:
    text: SUPPRESSED
    description: 'The Finding was reviewed, determined to be benign or a false positive
      and is

      now suppressed.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: Suppressed
  RESOLVED:
    text: RESOLVED
    description: The Finding was reviewed, remediated and is now considered resolved.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Resolved
  ARCHIVED:
    text: ARCHIVED
    description: The Finding was archived.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '5'
      caption:
        tag: caption
        value: Archived
  DELETED:
    text: DELETED
    description: The Finding was deleted. For example, it might have been created
      in error.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '6'
      caption:
        tag: caption
        value: Deleted
  UNKNOWN:
    text: UNKNOWN
    description: The status is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The status is not mapped. See the <code>status</code> attribute,
      which contains

      a data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other