Skip to content

Class: SourceInformation

Source information (who discovered it, who researched it, etc.) and optionally a chain of CNA information. This is an open object — at least one property must be present.

URI: cve:SourceInformation

 classDiagram
    class SourceInformation
    click SourceInformation href "../SourceInformation/"
      SourceInformation : source_advisory

      SourceInformation : source_defects

      SourceInformation : source_discovery

Slots

Name Cardinality and Range Description Inheritance
source_defects *
String
Bug tracking system IDs (e direct
source_advisory 0..1
String
Advisory identifier associated with the vulnerability discovery direct
source_discovery 0..1
String
How the vulnerability was discovered (e direct

Usages

used by used in type used
CnaPublishedContainer cna_source range SourceInformation
AdpContainer cna_source range SourceInformation

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: SourceInformation
description: Source information (who discovered it, who researched it, etc.) and optionally
  a chain of CNA information. This is an open object — at least one property must
  be present.
from_schema: https://w3id.org/lmodel/cve
slots:
- source_defects
- source_advisory
- source_discovery

Induced

name: SourceInformation
description: Source information (who discovered it, who researched it, etc.) and optionally
  a chain of CNA information. This is an open object — at least one property must
  be present.
from_schema: https://w3id.org/lmodel/cve
attributes:
  source_defects:
    name: source_defects
    description: Bug tracking system IDs (e.g., JIRA ticket IDs) related to the vulnerability.
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - defects
    rank: 1000
    alias: source_defects
    owner: SourceInformation
    domain_of:
    - SourceInformation
    range: string
    multivalued: true
  source_advisory:
    name: source_advisory
    description: Advisory identifier associated with the vulnerability discovery.
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - advisory
    rank: 1000
    alias: source_advisory
    owner: SourceInformation
    domain_of:
    - SourceInformation
    range: string
  source_discovery:
    name: source_discovery
    description: How the vulnerability was discovered (e.g., INTERNAL, EXTERNAL, USER).
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - discovery
    rank: 1000
    alias: source_discovery
    owner: SourceInformation
    domain_of:
    - SourceInformation
    range: string