Skip to content

Class: Modification

A modification record documenting a change to a CWE entry (ContentHistoryType/Modification in XSD).

URI: cwe:Modification

 classDiagram
    class Modification
    click Modification href "../Modification/"
      Modification : modification_comment

      Modification : modification_date

      Modification : modification_importance





        Modification --> "0..1" ContentImportance : modification_importance
        click ContentImportance href "../ContentImportance/"



      Modification : modification_name

      Modification : modification_organization

      Modification : modification_release_date

      Modification : modification_version

Slots

Name Cardinality and Range Description Inheritance
modification_name 0..1
String
Name of the person who made the modification direct
modification_organization 0..1
String
Organization of the modifier direct
modification_date 1
date
Date on which the modification was made direct
modification_version 0..1
String
CWE version in which the modification first appeared direct
modification_release_date 0..1
date
Release date of the CWE version containing the modification direct
modification_importance 0..1
ContentImportance
Importance level of this modification direct
modification_comment 0..1
String
Comment describing what was changed direct

Usages

used by used in type used
ContentHistory modifications range Modification

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: Modification
description: A modification record documenting a change to a CWE entry (ContentHistoryType/Modification
  in XSD).
from_schema: https://w3id.org/lmodel/cwe
slots:
- modification_name
- modification_organization
- modification_date
- modification_version
- modification_release_date
- modification_importance
- modification_comment
slot_usage:
  modification_date:
    name: modification_date
    required: true

Induced

name: Modification
description: A modification record documenting a change to a CWE entry (ContentHistoryType/Modification
  in XSD).
from_schema: https://w3id.org/lmodel/cwe
slot_usage:
  modification_date:
    name: modification_date
    required: true
attributes:
  modification_name:
    name: modification_name
    description: Name of the person who made the modification.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: modification_name
    owner: Modification
    domain_of:
    - Modification
    range: string
  modification_organization:
    name: modification_organization
    description: Organization of the modifier.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: modification_organization
    owner: Modification
    domain_of:
    - Modification
    range: string
  modification_date:
    name: modification_date
    description: Date on which the modification was made.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: modification_date
    owner: Modification
    domain_of:
    - Modification
    range: date
    required: true
  modification_version:
    name: modification_version
    description: CWE version in which the modification first appeared.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: modification_version
    owner: Modification
    domain_of:
    - Modification
    range: string
  modification_release_date:
    name: modification_release_date
    description: Release date of the CWE version containing the modification.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: modification_release_date
    owner: Modification
    domain_of:
    - Modification
    range: date
  modification_importance:
    name: modification_importance
    description: Importance level of this modification.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: modification_importance
    owner: Modification
    domain_of:
    - Modification
    range: ContentImportance
  modification_comment:
    name: modification_comment
    description: Comment describing what was changed.
    from_schema: https://w3id.org/lmodel/cwe
    rank: 1000
    alias: modification_comment
    owner: Modification
    domain_of:
    - Modification
    range: string