Class: Google::Cloud::SecurityCenter::V1::Vulnerability
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Vulnerability
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/vulnerability.rb
Overview
Refers to common vulnerability fields e.g. cve, cvss, cwe etc.
Instance Attribute Summary collapse
-
#cve ⇒ ::Google::Cloud::SecurityCenter::V1::Cve
CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/).
-
#fixed_package ⇒ ::Google::Cloud::SecurityCenter::V1::Package
The fixed package is relevant to the finding.
-
#offending_package ⇒ ::Google::Cloud::SecurityCenter::V1::Package
The offending package is relevant to the finding.
-
#security_bulletin ⇒ ::Google::Cloud::SecurityCenter::V1::SecurityBulletin
The security bulletin is relevant to this finding.
Instance Attribute Details
#cve ⇒ ::Google::Cloud::SecurityCenter::V1::Cve
Returns CVE stands for Common Vulnerabilities and Exposures (https://cve.mitre.org/about/).
38 39 40 41 |
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 38 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fixed_package ⇒ ::Google::Cloud::SecurityCenter::V1::Package
Returns The fixed package is relevant to the finding.
38 39 40 41 |
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 38 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#offending_package ⇒ ::Google::Cloud::SecurityCenter::V1::Package
Returns The offending package is relevant to the finding.
38 39 40 41 |
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 38 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_bulletin ⇒ ::Google::Cloud::SecurityCenter::V1::SecurityBulletin
Returns The security bulletin is relevant to this finding.
38 39 40 41 |
# File 'proto_docs/google/cloud/securitycenter/v1/vulnerability.rb', line 38 class Vulnerability include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |