Skip to content

Class: CveMetadataPublished

Metadata for a CVE Record in the PUBLISHED state.

URI: cve:CveMetadataPublished

 classDiagram
    class CveMetadataPublished
    click CveMetadataPublished href "../CveMetadataPublished/"
      CveMetadata <|-- CveMetadataPublished
        click CveMetadata href "../CveMetadata/"

      CveMetadataPublished : assigner_org_id

      CveMetadataPublished : assigner_short_name

      CveMetadataPublished : date_published

      CveMetadataPublished : date_reserved

      CveMetadataPublished : date_updated

      CveMetadataPublished : published_state





        CveMetadataPublished --> "1" RecordState : published_state
        click RecordState href "../RecordState/"



      CveMetadataPublished : record_cve_id

      CveMetadataPublished : requester_user_id

      CveMetadataPublished : serial

Inheritance

Slots

Name Cardinality and Range Description Inheritance
record_cve_id 1
CveId
The CVE identifier that this record pertains to direct
assigner_org_id 1
UuidType
The UUID for the organization to which the CVE ID was originally assigned direct
assigner_short_name 0..1
String
The short name for the organization to which the CVE ID was originally assign... direct
serial 0..1
Integer
Monotonically increasing integer, starting at 1, incremented each time a subm... direct
date_updated 0..1
Timestamp
The date/time the record was last updated direct
date_reserved 0..1
Timestamp
The date/time this CVE ID was reserved in the CVE automation workgroup servic... direct
requester_user_id 0..1
UuidType
The user that requested the CVE identifier direct
date_published 0..1
Timestamp
The date/time the CVE Record was first published in the CVE List direct
published_state 1
RecordState
State of the CVE Record direct

Usages

used by used in type used
CVERecord cve_metadata any_of[range] CveMetadataPublished

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: CveMetadataPublished
description: Metadata for a CVE Record in the PUBLISHED state.
from_schema: https://w3id.org/lmodel/cve
is_a: CveMetadata
slots:
- record_cve_id
- assigner_org_id
- assigner_short_name
- serial
- date_updated
- date_reserved
- requester_user_id
- date_published
- published_state
slot_usage:
  record_cve_id:
    name: record_cve_id
    required: true
  assigner_org_id:
    name: assigner_org_id
    required: true
  published_state:
    name: published_state
    required: true

Induced

name: CveMetadataPublished
description: Metadata for a CVE Record in the PUBLISHED state.
from_schema: https://w3id.org/lmodel/cve
is_a: CveMetadata
slot_usage:
  record_cve_id:
    name: record_cve_id
    required: true
  assigner_org_id:
    name: assigner_org_id
    required: true
  published_state:
    name: published_state
    required: true
attributes:
  record_cve_id:
    name: record_cve_id
    description: The CVE identifier that this record pertains to.
    in_subset:
    - cna_metadata
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - cveId
    rank: 1000
    alias: record_cve_id
    owner: CveMetadataPublished
    domain_of:
    - CveMetadataPublished
    - CveMetadataRejected
    range: CveId
    required: true
    pattern: ^CVE-[0-9]{4}-[0-9]{4,19}$
  assigner_org_id:
    name: assigner_org_id
    description: The UUID for the organization to which the CVE ID was originally
      assigned. This UUID can be used to lookup the organization record in the user
      registry service.
    in_subset:
    - cna_metadata
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - assignerOrgId
    rank: 1000
    alias: assigner_org_id
    owner: CveMetadataPublished
    domain_of:
    - CveMetadataPublished
    - CveMetadataRejected
    range: UuidType
    required: true
  assigner_short_name:
    name: assigner_short_name
    description: The short name for the organization to which the CVE ID was originally
      assigned.
    in_subset:
    - cna_metadata
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - assignerShortName
    rank: 1000
    alias: assigner_short_name
    owner: CveMetadataPublished
    domain_of:
    - CveMetadataPublished
    - CveMetadataRejected
    range: string
    pattern: ^.{2,32}$
  serial:
    name: serial
    description: Monotonically increasing integer, starting at 1, incremented each
      time a submission from a data provider changes this CVE Record.
    in_subset:
    - cna_metadata
    from_schema: https://w3id.org/lmodel/cve
    rank: 1000
    alias: serial
    owner: CveMetadataPublished
    domain_of:
    - CveMetadataPublished
    - CveMetadataRejected
    range: integer
    minimum_value: 1
  date_updated:
    name: date_updated
    description: The date/time the record was last updated.
    in_subset:
    - cna_metadata
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - dateUpdated
    rank: 1000
    alias: date_updated
    owner: CveMetadataPublished
    domain_of:
    - CveMetadataPublished
    - CveMetadataRejected
    - ProviderMetadata
    range: Timestamp
  date_reserved:
    name: date_reserved
    description: The date/time this CVE ID was reserved in the CVE automation workgroup
      services system. This date does not necessarily indicate when the vulnerability
      was discovered, shared with the vendor, or publicly disclosed.
    in_subset:
    - cna_metadata
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - dateReserved
    rank: 1000
    alias: date_reserved
    owner: CveMetadataPublished
    domain_of:
    - CveMetadataPublished
    - CveMetadataRejected
    range: Timestamp
  requester_user_id:
    name: requester_user_id
    description: The user that requested the CVE identifier.
    in_subset:
    - cna_metadata
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - requesterUserId
    rank: 1000
    alias: requester_user_id
    owner: CveMetadataPublished
    domain_of:
    - CveMetadataPublished
    range: UuidType
  date_published:
    name: date_published
    description: The date/time the CVE Record was first published in the CVE List.
    in_subset:
    - cna_metadata
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - datePublished
    rank: 1000
    alias: date_published
    owner: CveMetadataPublished
    domain_of:
    - CveMetadataPublished
    - CveMetadataRejected
    range: Timestamp
  published_state:
    name: published_state
    description: State of the CVE Record. For published records, this is always PUBLISHED.
    in_subset:
    - cna_metadata
    from_schema: https://w3id.org/lmodel/cve
    aliases:
    - state
    rank: 1000
    alias: published_state
    owner: CveMetadataPublished
    domain_of:
    - CveMetadataPublished
    range: RecordState
    required: true