Class: MappingSuggestion
A suggested alternative CWE entry for mapping purposes (SuggestionsType/Suggestion in XSD).
classDiagram
class MappingSuggestion
click MappingSuggestion href "../MappingSuggestion/"
MappingSuggestion : comment
MappingSuggestion : cwe_id
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| cwe_id | 1 Integer |
Numeric CWE ID (foreign key in relationships and members) | direct |
| comment | 1 String |
Explanatory comment (e | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| MappingNotes | suggestions | range | MappingSuggestion |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cwe
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cwe:MappingSuggestion |
| native | cwe:MappingSuggestion |
LinkML Source
Direct
name: MappingSuggestion
description: A suggested alternative CWE entry for mapping purposes (SuggestionsType/Suggestion
in XSD).
from_schema: https://w3id.org/lmodel/cwe
slots:
- cwe_id
- comment
slot_usage:
cwe_id:
name: cwe_id
required: true
comment:
name: comment
required: true
Induced
name: MappingSuggestion
description: A suggested alternative CWE entry for mapping purposes (SuggestionsType/Suggestion
in XSD).
from_schema: https://w3id.org/lmodel/cwe
slot_usage:
cwe_id:
name: cwe_id
required: true
comment:
name: comment
required: true
attributes:
cwe_id:
name: cwe_id
description: Numeric CWE ID (foreign key in relationships and members).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: cwe_id
owner: MappingSuggestion
domain_of:
- RelatedWeakness
- CatalogMember
- MappingSuggestion
range: integer
required: true
comment:
name: comment
description: Explanatory comment (e.g. on a mapping suggestion).
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: comment
owner: MappingSuggestion
domain_of:
- MappingSuggestion
range: string
required: true