Reference documentation and code samples for the Security Command Center V2 API class Google::Cloud::SecurityCenter::V2::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::V2::Cve
Returns
- (::Google::Cloud::SecurityCenter::V2::Cve) — CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
#cve=
def cve=(value) -> ::Google::Cloud::SecurityCenter::V2::Cve
Parameter
- value (::Google::Cloud::SecurityCenter::V2::Cve) — CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
Returns
- (::Google::Cloud::SecurityCenter::V2::Cve) — CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/)
#fixed_package
def fixed_package() -> ::Google::Cloud::SecurityCenter::V2::Package
Returns
- (::Google::Cloud::SecurityCenter::V2::Package) — The fixed package is relevant to the finding.
#fixed_package=
def fixed_package=(value) -> ::Google::Cloud::SecurityCenter::V2::Package
Parameter
- value (::Google::Cloud::SecurityCenter::V2::Package) — The fixed package is relevant to the finding.
Returns
- (::Google::Cloud::SecurityCenter::V2::Package) — The fixed package is relevant to the finding.
#offending_package
def offending_package() -> ::Google::Cloud::SecurityCenter::V2::Package
Returns
- (::Google::Cloud::SecurityCenter::V2::Package) — The offending package is relevant to the finding.
#offending_package=
def offending_package=(value) -> ::Google::Cloud::SecurityCenter::V2::Package
Parameter
- value (::Google::Cloud::SecurityCenter::V2::Package) — The offending package is relevant to the finding.
Returns
- (::Google::Cloud::SecurityCenter::V2::Package) — The offending package is relevant to the finding.
#security_bulletin
def security_bulletin() -> ::Google::Cloud::SecurityCenter::V2::SecurityBulletin
Returns
- (::Google::Cloud::SecurityCenter::V2::SecurityBulletin) — The security bulletin is relevant to this finding.
#security_bulletin=
def security_bulletin=(value) -> ::Google::Cloud::SecurityCenter::V2::SecurityBulletin
Parameter
- value (::Google::Cloud::SecurityCenter::V2::SecurityBulletin) — The security bulletin is relevant to this finding.
Returns
- (::Google::Cloud::SecurityCenter::V2::SecurityBulletin) — The security bulletin is relevant to this finding.