Skip to content

Enum: CreditType

Type or role of the entity being credited.

URI: cve:CreditType

Permissible Values

Value Meaning Description
finder None Identifies the vulnerability
reporter None Notifies the vendor of the vulnerability to a CNA
analyst None Validates the vulnerability to ensure accuracy or severity
coordinator None Facilitates the coordinated response process
remediation developer None Prepares a code change or other remediation plans
remediation reviewer None Reviews vulnerability remediation plans or code changes for effectiveness and...
remediation verifier None Tests and verifies the vulnerability or its remediation
tool None Names of tools used in vulnerability discovery or identification
sponsor None Supports the vulnerability identification or remediation activities
other None Other credit type not covered by the above categories

Slots

Name Description
credit_type Type or role of the entity being credited

Identifier and Mapping Information

Schema Source

LinkML Source

name: CreditType
description: Type or role of the entity being credited.
from_schema: https://w3id.org/lmodel/cve
rank: 1000
permissible_values:
  finder:
    text: finder
    description: Identifies the vulnerability.
  reporter:
    text: reporter
    description: Notifies the vendor of the vulnerability to a CNA.
  analyst:
    text: analyst
    description: Validates the vulnerability to ensure accuracy or severity.
  coordinator:
    text: coordinator
    description: Facilitates the coordinated response process.
  remediation developer:
    text: remediation developer
    description: Prepares a code change or other remediation plans.
  remediation reviewer:
    text: remediation reviewer
    description: Reviews vulnerability remediation plans or code changes for effectiveness
      and completeness.
  remediation verifier:
    text: remediation verifier
    description: Tests and verifies the vulnerability or its remediation.
  tool:
    text: tool
    description: Names of tools used in vulnerability discovery or identification.
  sponsor:
    text: sponsor
    description: Supports the vulnerability identification or remediation activities.
  other:
    text: other
    description: Other credit type not covered by the above categories.