cve property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? cve
getter/setter pair

Holds the MITRE standard Common Vulnerabilities and Exposures (CVE) tracking number for the vulnerability.

Deprecated: Use vulnerability_id instead to denote CVEs.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? cve;