Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Cve.
CVE stands for Common Vulnerabilities and Exposures.
Information from the CVE record that describes this vulnerability.
Generated from protobuf message google.cloud.securitycenter.v2.Cve
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
The unique identifier for the vulnerability. e.g. CVE-2021-34527
↳ references
array< Google\Cloud\SecurityCenter\V2\Reference
>
Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
↳ cvssv3
Google\Cloud\SecurityCenter\V2\Cvssv3
Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
↳ upstream_fix_available
bool
Whether upstream fix is available for the CVE.
↳ impact
int
The potential impact of the vulnerability if it was to be exploited.
↳ exploitation_activity
int
The exploitation activity of the vulnerability in the wild.
↳ observed_in_the_wild
bool
Whether or not the vulnerability has been observed in the wild.
↳ zero_day
bool
Whether or not the vulnerability was zero day when the finding was published.
getId
The unique identifier for the vulnerability. e.g. CVE-2021-34527
string
setId
The unique identifier for the vulnerability. e.g. CVE-2021-34527
var
string
$this
getReferences
Additional information about the CVE.
e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
setReferences
Additional information about the CVE.
e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
$this
getCvssv3
Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
hasCvssv3
clearCvssv3
setCvssv3
Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
$this
getUpstreamFixAvailable
Whether upstream fix is available for the CVE.
bool
setUpstreamFixAvailable
Whether upstream fix is available for the CVE.
var
bool
$this
getImpact
The potential impact of the vulnerability if it was to be exploited.
int
setImpact
The potential impact of the vulnerability if it was to be exploited.
var
int
$this
getExploitationActivity
The exploitation activity of the vulnerability in the wild.
int
setExploitationActivity
The exploitation activity of the vulnerability in the wild.
var
int
$this
getObservedInTheWild
Whether or not the vulnerability has been observed in the wild.
bool
setObservedInTheWild
Whether or not the vulnerability has been observed in the wild.
var
bool
$this
getZeroDay
Whether or not the vulnerability was zero day when the finding was published.
bool
setZeroDay
Whether or not the vulnerability was zero day when the finding was published.
var
bool
$this