Skip to content

Slot: cna_tags

Tags provided by a CNA describing the CVE Record.

URI: cve:cna_tags Alias: cna_tags

Applicable Classes

Name Description Modifies Slot
CnaPublishedContainer An object containing vulnerability information provided by a CVE Numbering Au... no

Properties

Type and Range

Property Value
Range CNATag or 
String
Domain Of CnaPublishedContainer

Cardinality and Requirements

Property Value
Multivalued Yes
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'CNATag'}) - AnonymousSlotExpression({'range': 'string', 'pattern': '^x_.*$'})

Aliases

  • tags

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

name: cna_tags
description: Tags provided by a CNA describing the CVE Record.
from_schema: https://w3id.org/lmodel/cve
aliases:
- tags
rank: 1000
alias: cna_tags
domain_of:
- CnaPublishedContainer
range: string
multivalued: true
any_of:
- range: CNATag
- range: string
  pattern: ^x_.*$