Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Vulnerability.
Refers to common vulnerability fields e.g. cve, cvss, cwe etc.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cve
def cve() -> ::Google::Cloud::SecurityCenter::V1::Cve
Returns
- (::Google::Cloud::SecurityCenter::V1::Cve) — CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
#cve=
def cve=(value) -> ::Google::Cloud::SecurityCenter::V1::Cve
Parameter
- value (::Google::Cloud::SecurityCenter::V1::Cve) — CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
Returns
- (::Google::Cloud::SecurityCenter::V1::Cve) — CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
#fixed_package
def fixed_package() -> ::Google::Cloud::SecurityCenter::V1::Package
Returns
- (::Google::Cloud::SecurityCenter::V1::Package) — The fixed package is relevant to the finding.
#fixed_package=
def fixed_package=(value) -> ::Google::Cloud::SecurityCenter::V1::Package
Parameter
- value (::Google::Cloud::SecurityCenter::V1::Package) — The fixed package is relevant to the finding.
Returns
- (::Google::Cloud::SecurityCenter::V1::Package) — The fixed package is relevant to the finding.
#offending_package
def offending_package() -> ::Google::Cloud::SecurityCenter::V1::Package
Returns
- (::Google::Cloud::SecurityCenter::V1::Package) — The offending package is relevant to the finding.
#offending_package=
def offending_package=(value) -> ::Google::Cloud::SecurityCenter::V1::Package
Parameter
- value (::Google::Cloud::SecurityCenter::V1::Package) — The offending package is relevant to the finding.
Returns
- (::Google::Cloud::SecurityCenter::V1::Package) — The offending package is relevant to the finding.
#security_bulletin
def security_bulletin() -> ::Google::Cloud::SecurityCenter::V1::SecurityBulletin
Returns
- (::Google::Cloud::SecurityCenter::V1::SecurityBulletin) — The security bulletin is relevant to this finding.
#security_bulletin=
def security_bulletin=(value) -> ::Google::Cloud::SecurityCenter::V1::SecurityBulletin
Parameter
- value (::Google::Cloud::SecurityCenter::V1::SecurityBulletin) — The security bulletin is relevant to this finding.
Returns
- (::Google::Cloud::SecurityCenter::V1::SecurityBulletin) — The security bulletin is relevant to this finding.