Skip to content

Class: ProgramRoutine

An affected source code function, method, subroutine, or procedure.

URI: cve:ProgramRoutine

 classDiagram
    class ProgramRoutine
    click ProgramRoutine href "../ProgramRoutine/"
      ProgramRoutine : routine_name

Slots

Name Cardinality and Range Description Inheritance
routine_name 1
String
Name of the affected source code function, method, subroutine, or procedure direct

Usages

used by used in type used
AffectedProduct program_routines range ProgramRoutine

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cve:ProgramRoutine
native cve:ProgramRoutine

LinkML Source

Direct

name: ProgramRoutine
description: An affected source code function, method, subroutine, or procedure.
from_schema: https://w3id.org/lmodel/cve
slots:
- routine_name
slot_usage:
  routine_name:
    name: routine_name
    required: true

Induced

name: ProgramRoutine
description: An affected source code function, method, subroutine, or procedure.
from_schema: https://w3id.org/lmodel/cve
slot_usage:
  routine_name:
    name: routine_name
    required: true
attributes:
  routine_name:
    name: routine_name
    description: Name of the affected source code function, method, subroutine, or
      procedure.
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - name
    rank: 1000
    alias: routine_name
    owner: ProgramRoutine
    domain_of:
    - ProgramRoutine
    range: string
    required: true