Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::Cve (v0.23.0)

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

#cvssv3=

def cvssv3=(value) -> ::Google::Cloud::SecurityCenter::V1::Cvssv3
Parameter
Returns

#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

#references=

def references=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::Reference>
Parameter
Returns

#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.