Class: ApplicablePlatforms
Languages, operating systems, architectures, and technologies where a weakness could appear (ApplicablePlatformsType in XSD).
classDiagram
class ApplicablePlatforms
click ApplicablePlatforms href "../ApplicablePlatforms/"
ApplicablePlatforms : architectures
ApplicablePlatforms --> "*" ArchitecturePlatform : architectures
click ArchitecturePlatform href "../ArchitecturePlatform/"
ApplicablePlatforms : languages
ApplicablePlatforms --> "*" LanguagePlatform : languages
click LanguagePlatform href "../LanguagePlatform/"
ApplicablePlatforms : operating_systems
ApplicablePlatforms --> "*" OSPlatform : operating_systems
click OSPlatform href "../OSPlatform/"
ApplicablePlatforms : technologies
ApplicablePlatforms --> "*" TechnologyPlatform : technologies
click TechnologyPlatform href "../TechnologyPlatform/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| languages | * LanguagePlatform |
Programming languages applicable to this weakness | direct |
| operating_systems | * OSPlatform |
Operating systems applicable to this weakness | direct |
| architectures | * ArchitecturePlatform |
Processor architectures applicable to this weakness | direct |
| technologies | * TechnologyPlatform |
Technologies applicable to this weakness | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Weakness | applicable_platforms | range | ApplicablePlatforms |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/cwe
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cwe:ApplicablePlatforms |
| native | cwe:ApplicablePlatforms |
LinkML Source
Direct
name: ApplicablePlatforms
description: Languages, operating systems, architectures, and technologies where a
weakness could appear (ApplicablePlatformsType in XSD).
from_schema: https://w3id.org/lmodel/cwe
slots:
- languages
- operating_systems
- architectures
- technologies
Induced
name: ApplicablePlatforms
description: Languages, operating systems, architectures, and technologies where a
weakness could appear (ApplicablePlatformsType in XSD).
from_schema: https://w3id.org/lmodel/cwe
attributes:
languages:
name: languages
description: Programming languages applicable to this weakness.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: languages
owner: ApplicablePlatforms
domain_of:
- ApplicablePlatforms
range: LanguagePlatform
multivalued: true
inlined: true
inlined_as_list: true
operating_systems:
name: operating_systems
description: Operating systems applicable to this weakness.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: operating_systems
owner: ApplicablePlatforms
domain_of:
- ApplicablePlatforms
range: OSPlatform
multivalued: true
inlined: true
inlined_as_list: true
architectures:
name: architectures
description: Processor architectures applicable to this weakness.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: architectures
owner: ApplicablePlatforms
domain_of:
- ApplicablePlatforms
range: ArchitecturePlatform
multivalued: true
inlined: true
inlined_as_list: true
technologies:
name: technologies
description: Technologies applicable to this weakness.
from_schema: https://w3id.org/lmodel/cwe
rank: 1000
alias: technologies
owner: ApplicablePlatforms
domain_of:
- ApplicablePlatforms
range: TechnologyPlatform
multivalued: true
inlined: true
inlined_as_list: true