Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Cve.
CVE stands for Common Vulnerabilities and Exposures. More information: https://cve.mitre.org
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cvssv3
def cvssv3() -> ::Google::Cloud::SecurityCenter::V1::Cvssv3
Returns
- (::Google::Cloud::SecurityCenter::V1::Cvssv3) — Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
#cvssv3=
def cvssv3=(value) -> ::Google::Cloud::SecurityCenter::V1::Cvssv3
Parameter
- value (::Google::Cloud::SecurityCenter::V1::Cvssv3) — Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
Returns
- (::Google::Cloud::SecurityCenter::V1::Cvssv3) — Describe Common Vulnerability Scoring System specified at https://www.first.org/cvss/v3.1/specification-document
#id
def id() -> ::String
Returns
- (::String) — The unique identifier for the vulnerability. e.g. CVE-2021-34527
#id=
def id=(value) -> ::String
Parameter
- value (::String) — The unique identifier for the vulnerability. e.g. CVE-2021-34527
Returns
- (::String) — The unique identifier for the vulnerability. e.g. CVE-2021-34527
#references
def references() -> ::Array<::Google::Cloud::SecurityCenter::V1::Reference>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::Reference>) — Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
#references=
def references=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::Reference>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::Reference>) — Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::Reference>) — Additional information about the CVE. e.g. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-34527
#upstream_fix_available
def upstream_fix_available() -> ::Boolean
Returns
- (::Boolean) — Whether upstream fix is available for the CVE.
#upstream_fix_available=
def upstream_fix_available=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether upstream fix is available for the CVE.
Returns
- (::Boolean) — Whether upstream fix is available for the CVE.