Skip to content

Enum: MappingUsage

Whether a CWE entry should be used for mapping (UsageEnumeration in XSD).

URI: cwe:MappingUsage

Permissible Values

Value Meaning Description
ALLOWED None May be used to map to real-world vulnerabilities
ALLOWED_WITH_REVIEW None May be used in limited situations requiring careful review
DISCOURAGED None Should not be used for mapping
PROHIBITED None Must not be used for mapping

Slots

Name Description
usage Whether this CWE entry is supported for mapping

Identifier and Mapping Information

Schema Source

LinkML Source

name: MappingUsage
description: Whether a CWE entry should be used for mapping (UsageEnumeration in XSD).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
permissible_values:
  ALLOWED:
    text: ALLOWED
    description: May be used to map to real-world vulnerabilities.
  ALLOWED_WITH_REVIEW:
    text: ALLOWED_WITH_REVIEW
    description: May be used in limited situations requiring careful review.
  DISCOURAGED:
    text: DISCOURAGED
    description: Should not be used for mapping.
  PROHIBITED:
    text: PROHIBITED
    description: Must not be used for mapping.