Skip to content

Class: Weakness

Weakness classification from CWE or a similar taxonomy.

URI: core:Weakness

 classDiagram
    class Weakness
    click Weakness href "../Weakness/"
      Weakness : cwe_id

      Weakness : description

      Weakness : name

Slots

Name Cardinality and Range Description Inheritance
cwe_id 0..1
String
CWE identifier for the weakness classification (e direct
name 0..1
String
Name of the entity (product, weakness, reference, etc direct
description 0..1
String
Narrative description of the vulnerability direct

Usages

used by used in type used
Vulnerability weaknesses range Weakness

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self core:Weakness
native core:Weakness

LinkML Source

Direct

name: Weakness
description: Weakness classification from CWE or a similar taxonomy.
in_subset:
- core
from_schema: https://w3id.org/lmodel/vulnerability-core
slots:
- cwe_id
- name
- description

Induced

name: Weakness
description: Weakness classification from CWE or a similar taxonomy.
in_subset:
- core
from_schema: https://w3id.org/lmodel/vulnerability-core
attributes:
  cwe_id:
    name: cwe_id
    description: CWE identifier for the weakness classification (e.g. CWE-79).
    from_schema: https://w3id.org/lmodel/vulnerability-core
    aliases:
    - cweID
    rank: 1000
    slot_uri: dct:identifier
    alias: cwe_id
    owner: Weakness
    domain_of:
    - Weakness
    range: string
  name:
    name: name
    description: Name of the entity (product, weakness, reference, etc.).
    from_schema: https://w3id.org/lmodel/vulnerability-core
    aliases:
    - label
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: Weakness
    domain_of:
    - Product
    - Reference
    - Weakness
    range: string
  description:
    name: description
    description: Narrative description of the vulnerability.
    in_subset:
    - core
    from_schema: https://w3id.org/lmodel/vulnerability-core
    exact_mappings:
    - schema:description
    rank: 1000
    slot_uri: dct:description
    alias: description
    owner: Weakness
    domain_of:
    - Vulnerability
    - Weakness
    range: string