Skip to content

Class: ModeOfIntroduction

Information about how and when a weakness may be introduced (ModesOfIntroductionType/Introduction in XSD).

URI: cwe:ModeOfIntroduction

 classDiagram
    class ModeOfIntroduction
    click ModeOfIntroduction href "../ModeOfIntroduction/"
      ModeOfIntroduction : note

      ModeOfIntroduction : phase





        ModeOfIntroduction --> "1" LifecyclePhase : phase
        click LifecyclePhase href "../LifecyclePhase/"



Slots

Name Cardinality and Range Description Inheritance
phase 1
LifecyclePhase
Lifecycle phase for introduction or mitigation direct
note 0..1
String
Additional contextual note direct

Usages

used by used in type used
Weakness modes_of_introduction range ModeOfIntroduction

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cwe:ModeOfIntroduction
native cwe:ModeOfIntroduction

LinkML Source

Direct

name: ModeOfIntroduction
description: Information about how and when a weakness may be introduced (ModesOfIntroductionType/Introduction
  in XSD).
from_schema: https://w3id.org/lmodel/cwe
slots:
- phase
- note
slot_usage:
  phase:
    name: phase
    required: true

Induced

name: ModeOfIntroduction
description: Information about how and when a weakness may be introduced (ModesOfIntroductionType/Introduction
  in XSD).
from_schema: https://w3id.org/lmodel/cwe
slot_usage:
  phase:
    name: phase
    required: true
attributes:
  phase:
    name: phase
    description: Lifecycle phase for introduction or mitigation.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: phase
    owner: ModeOfIntroduction
    domain_of:
    - ModeOfIntroduction
    range: LifecyclePhase
    required: true
  note:
    name: note
    description: Additional contextual note.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: note
    owner: ModeOfIntroduction
    domain_of:
    - ModeOfIntroduction
    - CommonConsequence
    range: string