Skip to content

Enum: DetectionEffectiveness

Effectiveness of a detection method (DetectionEffectivenessEnumeration in XSD).

URI: cwe:DetectionEffectiveness

Permissible Values

Value Meaning Description
HIGH None Succeeds frequently; few false reports
MODERATE None Applicable broadly but may lack complete coverage
SOAR_PARTIAL None Cost-effective for partial coverage per IATAC SOAR report
OPPORTUNISTIC None May succeed by chance rather than reliably
LIMITED None Useful in limited circumstances
NONE None Highly unlikely to work

Slots

Name Description
effectiveness

Identifier and Mapping Information

Schema Source

LinkML Source

name: DetectionEffectiveness
description: Effectiveness of a detection method (DetectionEffectivenessEnumeration
  in XSD).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
permissible_values:
  HIGH:
    text: HIGH
    description: Succeeds frequently; few false reports.
  MODERATE:
    text: MODERATE
    description: Applicable broadly but may lack complete coverage.
  SOAR_PARTIAL:
    text: SOAR_PARTIAL
    description: Cost-effective for partial coverage per IATAC SOAR report.
  OPPORTUNISTIC:
    text: OPPORTUNISTIC
    description: May succeed by chance rather than reliably.
  LIMITED:
    text: LIMITED
    description: Useful in limited circumstances.
  NONE:
    text: NONE
    description: Highly unlikely to work.