Class: ProblemTypeDescription
Individual problem type description entry.
URI: cve:ProblemTypeDescription
classDiagram
class ProblemTypeDescription
click ProblemTypeDescription href "../ProblemTypeDescription/"
ProblemTypeDescription : cwe_id
ProblemTypeDescription : lang
ProblemTypeDescription : problem_description
ProblemTypeDescription : problem_references
ProblemTypeDescription --> "*" CveReference : problem_references
click CveReference href "../CveReference/"
ProblemTypeDescription : problem_source_type
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| lang | 1 LanguageTag |
BCP 47 language code indicating the language of accompanying text | direct |
| problem_description | 1 String |
Text description of the problem type, or title from CWE or OWASP | direct |
| cwe_id | 0..1 String |
CWE identifier for the weakness classification (e | direct |
| problem_source_type | 0..1 String |
Problem type source format (e | direct |
| problem_references | * CveReference |
References supporting this specific problem type | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| ProblemType | problem_type_descriptions | range | ProblemTypeDescription |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cve
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cve:ProblemTypeDescription |
| native | cve:ProblemTypeDescription |
| close | cwe:Weakness |
LinkML Source
Direct
name: ProblemTypeDescription
description: Individual problem type description entry.
from_schema: https://w3id.org/lmodel/cve
close_mappings:
- cwe:Weakness
slots:
- lang
- problem_description
- cwe_id
- problem_source_type
- problem_references
slot_usage:
lang:
name: lang
required: true
problem_description:
name: problem_description
close_mappings:
- cwe:Weakness
required: true
cwe_id:
name: cwe_id
related_mappings:
- cwe:Weakness
Induced
name: ProblemTypeDescription
description: Individual problem type description entry.
from_schema: https://w3id.org/lmodel/cve
close_mappings:
- cwe:Weakness
slot_usage:
lang:
name: lang
required: true
problem_description:
name: problem_description
close_mappings:
- cwe:Weakness
required: true
cwe_id:
name: cwe_id
related_mappings:
- cwe:Weakness
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: ProblemTypeDescription
domain_of:
- MultiLangDescription
- ProblemTypeDescription
- MetricScenario
- TimelineEntry
- CreditEntry
range: LanguageTag
required: true
problem_description:
name: problem_description
description: Text description of the problem type, or title from CWE or OWASP.
from_schema: https://w3id.org/lmodel/cve
aliases:
- description
close_mappings:
- cwe:Weakness
rank: 1000
alias: problem_description
owner: ProblemTypeDescription
domain_of:
- ProblemTypeDescription
range: string
required: true
cwe_id:
name: cwe_id
description: CWE identifier for the weakness classification (e.g. CWE-79).
from_schema: https://w3id.org/lmodel/cve
aliases:
- cweId
related_mappings:
- cwe:Weakness
rank: 1000
slot_uri: dct:identifier
alias: cwe_id
owner: ProblemTypeDescription
domain_of:
- ProblemTypeDescription
- Weakness
range: string
pattern: ^CWE-[1-9][0-9]*$
problem_source_type:
name: problem_source_type
description: Problem type source format (e.g., text, OWASP, CWE).
from_schema: https://w3id.org/lmodel/cve
aliases:
- type
rank: 1000
alias: problem_source_type
owner: ProblemTypeDescription
domain_of:
- ProblemTypeDescription
range: string
problem_references:
name: problem_references
description: References supporting this specific problem type.
from_schema: https://w3id.org/lmodel/cve
aliases:
- references
rank: 1000
alias: problem_references
owner: ProblemTypeDescription
domain_of:
- ProblemTypeDescription
range: CveReference
multivalued: true
inlined: true
inlined_as_list: true