Skip to content

Class: CreditEntry

A credit acknowledging a specific person, organization, or tool for work related to the research, discovery, remediation, or coordination of the vulnerability.

URI: cve:CreditEntry

 classDiagram
    class CreditEntry
    click CreditEntry href "../CreditEntry/"
      CreditEntry : credit_type





        CreditEntry --> "0..1" CreditType : credit_type
        click CreditType href "../CreditType/"



      CreditEntry : credit_user

      CreditEntry : credit_value

      CreditEntry : lang

Slots

Name Cardinality and Range Description Inheritance
lang 1
LanguageTag
BCP 47 language code indicating the language of accompanying text direct
credit_value 1
String
The name or description of the credited party (up to 4096 characters) direct
credit_user 0..1
UuidType
UUID of the user being credited, if present in the CVE User Registry direct
credit_type 0..1
CreditType
Type or role of the entity being credited direct

Usages

used by used in type used
CnaPublishedContainer credits range CreditEntry
AdpContainer credits range CreditEntry

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cve:CreditEntry
native cve:CreditEntry

LinkML Source

Direct

name: CreditEntry
description: A credit acknowledging a specific person, organization, or tool for work
  related to the research, discovery, remediation, or coordination of the vulnerability.
from_schema: https://w3id.org/lmodel/cve
slots:
- lang
- credit_value
- credit_user
- credit_type
slot_usage:
  lang:
    name: lang
    required: true
  credit_value:
    name: credit_value
    required: true

Induced

name: CreditEntry
description: A credit acknowledging a specific person, organization, or tool for work
  related to the research, discovery, remediation, or coordination of the vulnerability.
from_schema: https://w3id.org/lmodel/cve
slot_usage:
  lang:
    name: lang
    required: true
  credit_value:
    name: credit_value
    required: true
attributes:
  lang:
    name: lang
    description: BCP 47 language code indicating the language of accompanying text.
    from_schema: https://w3id.org/lmodel/cve
    rank: 1000
    ifabsent: string(en)
    alias: lang
    owner: CreditEntry
    domain_of:
    - MultiLangDescription
    - ProblemTypeDescription
    - MetricScenario
    - TimelineEntry
    - CreditEntry
    range: LanguageTag
    required: true
  credit_value:
    name: credit_value
    description: The name or description of the credited party (up to 4096 characters).
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - value
    rank: 1000
    alias: credit_value
    owner: CreditEntry
    domain_of:
    - CreditEntry
    range: string
    required: true
  credit_user:
    name: credit_user
    description: UUID of the user being credited, if present in the CVE User Registry.
      This UUID can be used to lookup the user record in the user registry service.
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - user
    rank: 1000
    alias: credit_user
    owner: CreditEntry
    domain_of:
    - CreditEntry
    range: UuidType
  credit_type:
    name: credit_type
    description: Type or role of the entity being credited.
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - type
    rank: 1000
    ifabsent: CreditType(finder)
    alias: credit_type
    owner: CreditEntry
    domain_of:
    - CreditEntry
    range: CreditType