Skip to content

Class: Weakness

Weakness classification from CWE or a similar taxonomy.

URI: cve: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
CVERecord weaknesses range Weakness
Vulnerability weaknesses range Weakness

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self cve:Weakness
native cve:Weakness
close cwe:Weakness, nvd:NVDWeakness

LinkML Source

Direct

name: Weakness
description: Weakness classification from CWE or a similar taxonomy.
in_subset:
- core
from_schema: https://w3id.org/lmodel/cve
close_mappings:
- cwe:Weakness
- nvd:NVDWeakness
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/cve
close_mappings:
- cwe:Weakness
- nvd:NVDWeakness
attributes:
  cwe_id:
    name: cwe_id
    description: CWE identifier for the weakness classification (e.g. CWE-79).
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - cweId
    related_mappings:
    - cwe:Weakness
    rank: 1000
    slot_uri: dct:identifier
    alias: cwe_id
    owner: Weakness
    domain_of:
    - ProblemTypeDescription
    - Weakness
    range: string
    pattern: ^CWE-[1-9][0-9]*$
  name:
    name: name
    description: Name of the entity (product, weakness, reference, etc.).
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - label
    - product
    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/cve
    exact_mappings:
    - schema:description
    close_mappings:
    - kev_catalog:short_description
    rank: 1000
    slot_uri: dct:description
    alias: description
    owner: Weakness
    domain_of:
    - Vulnerability
    - Weakness
    range: string