Vulnerability

JSON representation
{
  "about": {
    object (Noun)
  },
  "name": string,
  "description": string,
  "vendor": string,
  "scan_start_time": string,
  "scan_end_time": string,
  "first_found": string,
  "last_found": string,
  "severity": enum (Severity),
  "severity_details": string,
  "cvss_base_score": number,
  "cvss_vector": string,
  "cvss_version": string,
  "cve_id": string,
  "cve_description": string,
  "vendor_vulnerability_id": string,
  "vendor_knowledge_base_article_id": string
}
Fields
about

object (Noun)

name

string

description

string

vendor

string

scan_start_time

string (Timestamp format)

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

scan_end_time

string (Timestamp format)

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

first_found

string (Timestamp format)

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

last_found

string (Timestamp format)

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

severity

enum (Severity)

severity_details

string

cvss_base_score

number

cvss_vector

string

cvss_version

string

cve_id

string

cve_description

string

vendor_vulnerability_id

string

vendor_knowledge_base_article_id

string

Severity

Enums
UNKNOWN_SEVERITY
LOW
MEDIUM
HIGH
CRITICAL