Skip to content

Enum: SecurityFindingStateIdEnum

The normalized state identifier of a security finding.

URI: ocsf:SecurityFindingStateIdEnum

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, considered as a false positive and is now suppresse...
RESOLVED None The finding was reviewed and remediated and is now considered resolved
UNKNOWN None The state is unknown
OTHER None The state is not mapped

Slots

Name Description
state_id The normalized state identifier of a security finding

Identifier and Mapping Information

Schema Source

LinkML Source

name: SecurityFindingStateIdEnum
description: The normalized state identifier of a security finding.
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, considered as 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 and remediated and is now considered resolved.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '4'
      caption:
        tag: caption
        value: Resolved
  UNKNOWN:
    text: UNKNOWN
    description: The state is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The state is not mapped. See the <code>state</code> attribute, which
      contains a

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