Skip to content

Class: ProblemType

Problem type information (e.g., CWE identifier). Wraps one or more problem type descriptions. The CNA requirement is [PROBLEMTYPE].

URI: cve:ProblemType

 classDiagram
    class ProblemType
    click ProblemType href "../ProblemType/"
      ProblemType : problem_type_descriptions





        ProblemType --> "1..*" ProblemTypeDescription : problem_type_descriptions
        click ProblemTypeDescription href "../ProblemTypeDescription/"



Slots

Name Cardinality and Range Description Inheritance
problem_type_descriptions 1..*
ProblemTypeDescription
One or more problem type descriptions (e direct

Usages

used by used in type used
CnaPublishedContainer problem_types range ProblemType
AdpContainer problem_types range ProblemType

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cve:ProblemType
native cve:ProblemType
close cwe:Weakness, nvd:NVDWeakness

LinkML Source

Direct

name: ProblemType
description: Problem type information (e.g., CWE identifier). Wraps one or more problem
  type descriptions. The CNA requirement is [PROBLEMTYPE].
from_schema: https://w3id.org/lmodel/cve
close_mappings:
- cwe:Weakness
- nvd:NVDWeakness
slots:
- problem_type_descriptions
slot_usage:
  problem_type_descriptions:
    name: problem_type_descriptions
    required: true

Induced

name: ProblemType
description: Problem type information (e.g., CWE identifier). Wraps one or more problem
  type descriptions. The CNA requirement is [PROBLEMTYPE].
from_schema: https://w3id.org/lmodel/cve
close_mappings:
- cwe:Weakness
- nvd:NVDWeakness
slot_usage:
  problem_type_descriptions:
    name: problem_type_descriptions
    required: true
attributes:
  problem_type_descriptions:
    name: problem_type_descriptions
    description: One or more problem type descriptions (e.g., CWE IDs or OWASP categories).
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - descriptions
    rank: 1000
    alias: problem_type_descriptions
    owner: ProblemType
    domain_of:
    - ProblemType
    range: ProblemTypeDescription
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true